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