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