Share

SettingsCmdCreatePoints.SettingsCmdPointsCreation.GridCoordinates Property

Gets or sets the order in which grid 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<GridCoordinateType> GridCoordinates { get; }

VB

Public ReadOnly Property GridCoordinates As PropertyEnum(Of GridCoordinateType)
	Get

C++

public:
property PropertyEnum<GridCoordinateType>^ GridCoordinates {
	PropertyEnum<GridCoordinateType>^ get ();
}

Property Value

PropertyEnumGridCoordinateType

See Also

Reference

Was this information helpful?