You are here: Start » AVL.NET » AVS.SaveRectificationMap Method

AVS.SaveRectificationMap Method

Saves serialized RectificationMap object as AVDATA file.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

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

See also