Specifies whether commands prompt for the Easting before the Northing: True (Easting first),False (Northing first)
Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public PropertyBoolean PromptForEastingThenNorthing { get; }
VB
Public ReadOnly Property PromptForEastingThenNorthing As PropertyBoolean Get
C++
public: property PropertyBoolean^ PromptForEastingThenNorthing { PropertyBoolean^ get (); }