GeographicCoordinates Property

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.3.1717.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 ();
}

See Also