Gets the UTM zone number representing the longitude.

Namespace:  DotNetCoords
Assembly:  DotNetCoords (in DotNetCoords.dll) Version: 1.0.0.1 (1.0.0.1)

Syntax

C#
public int UtmZoneNumber { get; }
Visual Basic (Declaration)
Public ReadOnly Property UtmZoneNumber As Integer
Visual C++
public:
property int UtmZoneNumber {
	int get ();
}

Field Value

The UTM zone number representing the longitude.

See Also