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