DirectionEnum Enumeration
            Enumeration of possible directions.
            
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.3011.3729
[FlagsAttribute]
public enum DirectionEnum
<FlagsAttribute>
Public Enumeration DirectionEnum
No code example is currently available or this language may not be supported.
 | None | 0 | No direction specified, or unknown. | 
| North | 1 | Due north. | 
| West | 2 | Due west. | 
| Northwest | 3 | Northwesterly. | 
| South | 4 | Due south. | 
| Southwest | 6 | Southwesterly. | 
| East | 8 | Due east. | 
| Northeast | 9 | Northeasterly. | 
| Southeast | 12 | Southeasterly. |