LatLngLongitudeDegrees Property |
doogal.co.uk Home
Gets the longitude degrees.
Namespace:
DotNetCoords
Assembly:
DotNetCoords (in DotNetCoords.dll) Version: 1.0.0.22 (1.0.0.22)
Syntax public int LongitudeDegrees { get; }
Public ReadOnly Property LongitudeDegrees As Integer
Get
public:
property int LongitudeDegrees {
int get ();
}
member LongitudeDegrees : int with get
Property Value
Type:
Int32The longitude degrees.
See Also