Share

SettingsAmbient.SettingsLatLong.Direction Property

Specifies the format of lat/long labels.



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

Syntax

C#

public PropertyEnum<LatLongDirectionType> Direction { get; }

VB

Public ReadOnly Property Direction As PropertyEnum(Of LatLongDirectionType)
	Get

C++

public:
property PropertyEnum<LatLongDirectionType>^ Direction {
	PropertyEnum<LatLongDirectionType>^ get ();
}

Property Value

PropertyEnumLatLongDirectionType

See Also

Reference

Was this information helpful?