FileFormatType Property

Gets the point file format type.

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

Syntax

C#

public PointFileFormatType FileFormatType { get; }

Visual Basic

Public ReadOnly Property FileFormatType As PointFileFormatType
	Get

Visual C++

public:
property PointFileFormatType FileFormatType {
	PointFileFormatType get ();
}

See Also