PoleIndicator Enumeration |
Specifies one of the two geographical poles, or neither.
Namespace:
AGI.Foundation.Coordinates
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public enum PoleIndicator
Public Enumeration PoleIndicator
public enum class PoleIndicator
Members
| Member name | Description |
---|
| South |
Indicates the southern pole.
|
| Neither |
Indicates neither pole.
|
| North |
Indicates the northern pole.
|
See Also