Specifies whether commands prompt for the Longitude before the Latitude: False (Latitude first),True (Longitude first)

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

Syntax

C#
public PropertyBoolean PromptForLongitudeThenLatitude { get; }
Visual Basic
Public ReadOnly Property PromptForLongitudeThenLatitude As PropertyBoolean
	Get
Visual C++
public:
property PropertyBoolean^ PromptForLongitudeThenLatitude {
	PropertyBoolean^ get ();
}

See Also