Enumerated type defining whether a latitude is North or South of the equator

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

Collapse imageSyntax

C#
public enum NorthSouth
Visual Basic (Declaration)
Public Enumeration NorthSouth
Visual C++
public enum class NorthSouth

Collapse imageMembers

Member nameDescription
North
Latitude is north of the equator.
South
Latitude is south of the equator.

Collapse imageSee Also