IrishRef Constructor (Double, Double) |
doogal.co.uk Home
Create a new Irish grid reference using a given easting and
northing. The easting and northing must be in metres and must be relative
to the origin of the Irish National Grid.
Namespace:
DotNetCoords
Assembly:
DotNetCoords (in DotNetCoords.dll) Version: 1.0.0.22 (1.0.0.22)
Syntax public IrishRef(
double easting,
double northing
)
Public Sub New (
easting As Double,
northing As Double
)
public:
IrishRef(
double easting,
double northing
)
new :
easting : float *
northing : float -> IrishRef
Parameters
- easting
- Type: SystemDouble
the easting in metres. Must be greater than or equal to 0.0 and
less than 800000.0. - northing
- Type: SystemDouble
the northing in metres. Must be greater than or equal to 0.0 and
less than 1400000.0.
See Also