Bearing

Return the bearing of the holding point, which is the point at which the aircraft enters and exits the holding pattern.

Related Commands

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

 

STK Programming Interface 11.0.1