[This is preliminary documentation and is subject to change.]
Map direction enumeration aka. North, South, East, etc...
Namespace: NFX.GeometryAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| North | 0 | ||
| NorthEast | 1 | ||
| East | 2 | ||
| SouthEast | 3 | ||
| South | 4 | ||
| SouthWest | 5 | ||
| West | 6 | ||
| NorthWest | 7 |
See Also