Gets the easting ID.

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

Syntax

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

Field Value

The easting ID.

See Also