Datum Property

Gets the abbreviation for the datum on which the coordinate system is based.

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

Syntax

C#

public string Datum { get; }

Visual Basic

Public ReadOnly Property Datum As String
	Get

Visual C++

public:
property String^ Datum {
	String^ get ();
}

See Also