ITMRef Constructor (Double, Double) |
doogal.co.uk Home
Initializes a new instance of the
ITMRef class
Namespace:
DotNetCoords
Assembly:
DotNetCoords (in DotNetCoords.dll) Version: 1.0.0.22 (1.0.0.22)
Syntaxpublic ITMRef(
double easting,
double northing
)
Public Sub New (
easting As Double,
northing As Double
)
public:
ITMRef(
double easting,
double northing
)
new :
easting : float *
northing : float -> ITMRef
Parameters
- easting
- Type: SystemDouble
The easting in metres - northing
- Type: SystemDouble
The northing in metres
See Also