Gets the northing.

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

Syntax

C#
public int Northing { get; }
Visual Basic (Declaration)
Public ReadOnly Property Northing As Integer
Visual C++
public:
property int Northing {
	int get ();
}

Field Value

The northing.

See Also