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

AVS.LoadRectificationMap Method

Loads serialized RectificationMap object from AVDATA file.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void LoadRectificationMap
(
	string inFilename,
	AvlNet.RectificationMap outRectificationMap
)

Parameters

Name Type Range Default Description
inFilenamestringName of the source file.
outRectificationMapAvlNet.RectificationMapDeserialized output RectificationMap.

See also