LatLngLongitudeSeconds Property |
doogal.co.uk Home
Gets the longitude seconds.
Namespace:
DotNetCoords
Assembly:
DotNetCoords (in DotNetCoords.dll) Version: 1.0.0.22 (1.0.0.22)
Syntax public double LongitudeSeconds { get; }
Public ReadOnly Property LongitudeSeconds As Double
Get
public:
property double LongitudeSeconds {
double get ();
}
member LongitudeSeconds : float with get
Property Value
Type:
DoubleThe longitude seconds.
See Also