Gets the easting.

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

Syntax

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

Field Value

The easting.

See Also