Gets the point file format type.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1276
Syntax
C#
public PointFileFormatType FileFormatType { get; }
VB
Public ReadOnly Property FileFormatType As PointFileFormatType Get
C++
public: property PointFileFormatType FileFormatType { PointFileFormatType get (); }