Gets or sets the easting in metres relative to the origin of the British National Grid..
Namespace:
DotNetCoordsAssembly: DotNetCoords (in DotNetCoords.dll) Version: 1.0.0.9 (1.0.0.9)
Syntax
| 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.
Exceptions
| Exception | Condition |
|---|---|
| System..::.ArgumentException | If the easting is out of range |