doogal.co.uk Home
 
            Gets the longitude in degrees.
            
 
    Namespace: 
   DotNetCoords
    Assembly:
   DotNetCoords (in DotNetCoords.dll) Version: 1.0.0.24 (1.0.0.24)
Syntaxpublic double Longitude { get; }Public ReadOnly Property Longitude As Double
	Get
public:
property double Longitude {
	double get ();
}member Longitude : float with get
Property Value
Type: 
DoubleThe longitude in degrees.
See Also