Direction
Return the turn direction of the procedure from the start bearing.
Related Commands
- MissionModeler_RM Procedure (ArcEnroute) GetValue
- MissionModeler_RM Procedure (Holding - Racetrack) GetValue
- MissionModeler_RM Procedure (Holding - Circular) GetValue
Syntax
MissionModeler_RM <AircraftObjPath> Procedure <Index> GetValue Direction
Description
<Index> | Enter the index of the procedure. |
Return Value
For an ArcEnroute procedure:
0 | Left |
1 | Right |
For a Holding procedure:
0 | InboundLeftTurn |
1 | InboundRightTurn |
2 | OutboundLeftTurn |
3 | OutboundRightTurn |
Examples
MissionModeler_RM */Aircraft/Aircraft1 Procedure 1 GetValue Direction