doogal.co.uk Home
Gets the northing in metres relative to the origin of the British National
Grid.
Namespace:
DotNetCoords
Assembly:
DotNetCoords (in DotNetCoords.dll) Version: 1.0.0.24 (1.0.0.24)
Syntaxpublic double Northing { get; }
Public ReadOnly Property Northing As Double
Get
public:
property double Northing {
double get ();
}
member Northing : float with get
Property Value
Type:
DoubleThe northing.
ExceptionsException | Condition |
---|
ArgumentException | If the northing is out of range |
See Also