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

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

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 imageExceptions

ExceptionCondition
System..::.ArgumentExceptionIf the easting is out of range

Collapse imageSee Also