You are here: Start » FIL.NET » Invoke.SavePoint3DGridObject

Invoke.SavePoint3DGridObject

Serializes a profile to an FIDATA file.

Namespace:Fil
Assembly:FilNet.dll

Syntax

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

Parameters

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

See also