FileFormat Property

Gets the point file format in the current operation.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0

Syntax

C#

public PointFileFormat FileFormat { get; }

Visual Basic

Public ReadOnly Property FileFormat As PointFileFormat
	Get

Visual C++

public:
property PointFileFormat^ FileFormat {
	PointFileFormat^ get ();
}

See Also