Bearing
Return the bearing of the holding point, which is the point at which the aircraft enters and exits the holding pattern.
Related Commands
- MissionModeler_RM Procedure (Holding - Racetrack) GetValue
- MissionModeler_RM Procedure (Holding - Circular) GetValue
- MissionModeler_RM Procedure (Holding - Figure-8) GetValue
Syntax
MissionModeler_RM <AircraftObjPath> Procedure <Index> GetValue Bearing [<Unit>]
Description
<Index> | Enter the index of the procedure. |
[<Unit>] | Specify the unit that the <Value> is entered in. This parameter is optional, the default value is radians (rad). The dimension type is MissionModelerBearingAngle. |
Return Value
{MagHeading} <Bearing>
{MagHeading} | Returns True to indicate magnetic heading and False to indicate true heading. |
<Bearing> | The Bearing value returned in the units specified or in radians. |
Examples
MissionModeler_RM */Aircraft/Aircraft1 Procedure 1 GetValue Bearing