BasePointEasting Property

Specifies the base point easting coordinate from which all import values are translated.

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

Syntax

C#

public double BasePointEasting { get; set; }

Visual Basic

Public Property BasePointEasting As Double
	Get
	Set

Visual C++

public:
property double BasePointEasting {
	double get ();
	void set (double value);
}

See Also