Gets the northing ID.

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

Syntax

C#
public char NorthingId { get; }
Visual Basic (Declaration)
Public ReadOnly Property NorthingId As Char
Visual C++
public:
property wchar_t NorthingId {
	wchar_t get ();
}

Field Value

The northing ID.

See Also