Gets or sets the easting in metres relative to the origin of the Irish Grid.
Namespace:
DotNetCoordsAssembly: DotNetCoords (in DotNetCoords.dll) Version: 1.0.0.6 (1.0.0.6)
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); } |