Gets or sets the order in which geographic coordinates are displayed on the command line during point creation.
Namespace: Autodesk.Civil.SettingsAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
| C# |
|---|
public PropertyEnum<GeographicCoordinateType> GeographicCoordinates { get; } |
| Visual Basic |
|---|
Public ReadOnly Property GeographicCoordinates As PropertyEnum(Of GeographicCoordinateType) Get |
| Visual C++ |
|---|
public: property PropertyEnum<GeographicCoordinateType>^ GeographicCoordinates { PropertyEnum<GeographicCoordinateType>^ get (); } |