You are here: Start » AVL.NET » AVL.SaveSpatialMap(AvlNet.SpatialMap, string)
AVL.SaveSpatialMap(AvlNet.SpatialMap, string)
Serializes a SpatialMap object to an AVDATA file.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void SaveSpatialMap( AvlNet.SpatialMap inSpatialMap, string inFilename )
Parameters
- inSpatialMap
- Type: AvlNet.SpatialMap
SpatialMap to be serialized - inFilename
- Type: System.String
Name of the target file
