Gets or sets the structure’s easting.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0

Syntax

C#
public double Easting { get; set; }
Visual Basic
Public Property Easting As Double
	Get
	Set
Visual C++
public:
property double Easting {
	double get ();
	void set (double value);
}

Remarks

When set, it would hold the consistency with other related attributes/properties.

See Also