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

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

Collapse imageSyntax

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

Field Value

The easting.

Collapse imageSee Also