WaypointTurnDirection Enumeration |
An enumeration indicating the turn direction at a waypoint or whether to let the
propagator specify the best direction based on the connection geometry.
Namespace:
AGI.Foundation.RouteDesign
Assembly:
AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public enum WaypointTurnDirection
Public Enumeration WaypointTurnDirection
public enum class WaypointTurnDirection
type WaypointTurnDirection
Members
| Member name | Description |
---|
| Unspecified |
Indicates that the turn at the given waypoint should move in the direction
that makes the most sense given the heading information from the previous
and to the next procedure.
|
| Right |
Indicates that the position will turn right at the waypoint. This may result
in a turn of greater than 180 degrees, depending on the location of the surrounding
procedures.
|
| Left |
Indicates that the position will turn left at the waypoint. This may result
in a turn of greater than 180 degrees, depending on the location of the surrounding
procedures.
|
See Also