Gets the default file extension of the point data file using this format.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public string FileExtension { get; }
VB
Public ReadOnly Property FileExtension As String Get
C++
public: property String^ FileExtension { String^ get (); }