CoordinateSystemCode Property

Gets the coordinate system code string.

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

Syntax

C#

public string CoordinateSystemCode { get; set; }

Visual Basic

Public Property CoordinateSystemCode As String
	Get
	Set

Visual C++

public:
property String^ CoordinateSystemCode {
	String^ get ();
	void set (String^ value);
}

Exceptions

ExceptionCondition
System.ArgumentException Thrown when the code is not a valid coordinate system code that means new code is not contained in the return array of method GetALLCode().

See Also