You are here: Start » FIL.NET » Function Reference » Point3DGrid » Point3DGrid IO » FIL.SavePoint3DGridObject

FIL.SavePoint3DGridObject

Serializes a profile to an FIDATA file.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void SavePoint3DGridObject
(
	FilNet.Point3DGrid inPoint3DGrid,
	string inFilename
)

Parameters

Name Type Range Default Description
inPoint3DGridFilNet.Point3DGridPoint3DGrid to be serialized.
inFilenamestringName of the target file.

See also