Share

SettingsUnitZone.CoordinateSystemCode Property

Gets the coordinate system code string.



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

Syntax

C#

public string CoordinateSystemCode { get; set; }

VB

Public Property CoordinateSystemCode As String
	Get
	Set

C++

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

Property Value

String

Exceptions

ExceptionCondition
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().
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

Reference

Was this information helpful?