SettingsCmdCreatePointsSettingsCmdPointsCreationGeographicCoordinates Property |
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.8.0.292
Syntaxpublic PropertyEnum<GeographicCoordinateType> GeographicCoordinates { get; }
Public ReadOnly Property GeographicCoordinates As PropertyEnum(Of GeographicCoordinateType)
Get
public:
property PropertyEnum<GeographicCoordinateType>^ GeographicCoordinates {
PropertyEnum<GeographicCoordinateType>^ get ();
}
Property Value
PropertyEnumGeographicCoordinateType
See Also