You are here: Start » AVL.NET » AVS.SavePoint3DGridObject Method

AVS.SavePoint3DGridObject Method

Serializes a profile to an AVDATA file.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void SavePoint3DGridObject
(
	AvlNet.Point3DGrid inPoint3DGrid,
	string inFilename
)

Parameters

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

See also