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