Enumerated type defining whether a latitude is North or South of the equator
Namespace:
DotNetCoordsAssembly: DotNetCoords (in DotNetCoords.dll) Version: 1.0.0.1 (1.0.0.1)
Syntax
| C# |
|---|
public enum NorthSouth |
| Visual Basic (Declaration) |
|---|
Public Enumeration NorthSouth |
| Visual C++ |
|---|
public enum class NorthSouth |
Members
| Member name | Description | |
|---|---|---|
| North |
Latitude is north of the equator.
| |
| South |
Latitude is south of the equator.
|