You are here: Start » FIL.NET » Function Reference » Point3DGrid » Point3DGrid IO » 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
inFilenamestringName of the source file.
outPoint3DGridFilNet.Point3DGridDeserialized output Point3DGrid.

See also