Gets the longitude degrees.
Namespace:
DotNetCoordsAssembly: DotNetCoords (in DotNetCoords.dll) Version: 1.0.0.1 (1.0.0.1)
Syntax
| C# |
|---|
public int LongitudeDegrees { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property LongitudeDegrees As Integer |
| Visual C++ |
|---|
public: property int LongitudeDegrees { int get (); } |