LatLong Property

Gets the LatLong settings

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

Syntax

C#

public SettingsAmbient.SettingsLatLong LatLong { get; }

Visual Basic

Public ReadOnly Property LatLong As SettingsAmbient.SettingsLatLong
	Get

Visual C++

public:
property SettingsAmbient.SettingsLatLong^ LatLong {
	SettingsAmbient.SettingsLatLong^ get ();
}

See Also