You are here: Start » AVL.NET » Invoke.SaveRectificationMap

Invoke.SaveRectificationMap

Saves serialized RectificationMap object as AVDATA file.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void SaveRectificationMap
(
	Avl.RectificationMap inRectificationMap,
	string inFilename
)

Parameters

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

See also