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: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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