Specifies whether to export point references. Point references substitute a known point name instead of using northing and easting coordinates.
Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public bool ExportPointReferences { get; set; }
VB
Public Property ExportPointReferences As Boolean Get Set
C++
public: property bool ExportPointReferences { bool get (); void set (bool value); }