Gets the UTM zone character representing the latitude.

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

Collapse imageSyntax

C#
public char UtmZoneChar { get; }
Visual Basic (Declaration)
Public ReadOnly Property UtmZoneChar As Char
Visual C++
public:
property wchar_t UtmZoneChar {
	wchar_t get ();
}

Field Value

The UTM zone character representing the latitude.

Collapse imageSee Also