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