Gets or sets the structure’s northing.

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

Syntax

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

Remarks

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

See Also