doogal.co.uk Home
 
            Gets the northing.
            
 
    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.
See Also