You are here: Start » AVL.NET » AVL.LoadPoint3DGridObject
AVL.LoadPoint3DGridObject
Deserializes a profile from an AVDATA file.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
C++
C#
public static void LoadPoint3DGridObject ( string inFilename, AvlNet.Point3DGrid outPoint3DGrid )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inFilename | string | Name of the source file. | ||
![]() | outPoint3DGrid | AvlNet.Point3DGrid | Deserialized output Point3DGrid. |


