You are here: Start » FIL.NET » FIS.SaveRectificationMap Method

FIS.SaveRectificationMap Method

Saves serialized RectificationMap object as FIDATA file.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void SaveRectificationMap
(
	FilNet.RectificationMap inRectificationMap,
	string inFilename
)

Parameters

Name Type Range Default Description
inRectificationMapFilNet.RectificationMapRectificationMap to be serialized.
inFilenamestringName of the target file.

See also