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

FIS.SaveRectificationTransform Method

Saves serialized RectificationTransform object as FIDATA file.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void SaveRectificationTransform
(
	FilNet.RectificationTransform inRectificationTransform,
	string inFilename
)

Parameters

Name Type Range Default Description
inRectificationTransformFilNet.RectificationTransformRectificationTransform to be serialized.
inFilenamestringName of the target file.

See also