Gets or sets the northing in metres relative to the origin of the Irish Grid.

Namespace:  DotNetCoords
Assembly:  DotNetCoords (in DotNetCoords.dll) Version: 1.0.0.1 (1.0.0.1)

Syntax

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

Field Value

The northing.

See Also