RequestedAltitude

Specify whether to use default altitude or a user defined altitude for the arc.

Related Commands

Syntax

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

Description

<Index> Enter the index of the procedure.
[<Unit>] Specify the unit that the Altitude value is returned in. This parameter is optional, the default unit is meters (m). The dimension type is MissionModelerAltitude.

Return Value

{UseDefault} True is returned if the altitude is the default; otherwise False is returned.
<Altitude> The altitude value is returned in the units specified.

Examples

MissionModeler_RM */Aircraft/Aircraft1 Procedure 2 GetValue RequestedAltitude ft

 

STK Programming Interface 11.0.1