You are here: Start » AVL.NET » Invoke.LoadRectificationMap
Loads serialized RectificationMap object from AVDATA file.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void LoadRectificationMap ( string inFilename, Avl.RectificationMap outRectificationMap )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inFilename | string | Name of the source file. | ||
![]()  | outRectificationMap | Avl.RectificationMap | Deserialized output RectificationMap. | 


