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


