ManeuverAltitude

Return the altitude at the end of the Hover procedure.

Related Commands

Syntax

MissionModeler_RM <AircraftObjPath> Procedure <Index> GetValue ManeuverAltitude [<Unit>]

Description

<Index> Enter the index of the procedure.
[<Unit>] Enter the unit that the <Value> is entered in. This parameter is optional, the default unit is meter (m). The dimension type is MissionModelerAltitude.

Return Value

{AGL} <Value>

{AGL} Returns True if altitude entered is Above Ground Level; returns False for Mean Sea Level.
<Value> Returns the altitude value in the units specified or in meters.

Examples

MissionModeler_RM */Aircraft/Aircraft1 Procedure 4 GetValue ManeuverAltitude

 

STK Programming Interface 11.0.1