Share

SettingsAmbient.SettingsTransparentCommands.PromptForYBeforeX Property

Specifies whether commands prompt for the Y coordinate before the X coordinate: True (Y first),False (X first)



Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public PropertyBoolean PromptForYBeforeX { get; }

VB

Public ReadOnly Property PromptForYBeforeX As PropertyBoolean
	Get

C++

public:
property PropertyBoolean^ PromptForYBeforeX {
	PropertyBoolean^ get ();
}

Property Value

PropertyBoolean

See Also

Reference

Was this information helpful?