SettingsCmdCreatePointsSettingsCmdPointsCreationGridCoordinates Property |
Gets or sets the order in which grid 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<GridCoordinateType> GridCoordinates { get; }
Public ReadOnly Property GridCoordinates As PropertyEnum(Of GridCoordinateType)
Get
public:
property PropertyEnum<GridCoordinateType>^ GridCoordinates {
PropertyEnum<GridCoordinateType>^ get ();
}
Property Value
PropertyEnumGridCoordinateType
See Also