Skip to main content

Interface: FlightPlanRouteVfrPatternProcedure<Type>

Defined in: src/sdk/flightplan/FlightPlanRoute.ts:130

A description of a VFR traffic pattern procedure used by FlightPlanRoute.

Type Parameters

Type Parameter
Type extends string

Properties

__Type

__Type: "JS_VfrPatternProcedure"

Defined in: src/sdk/flightplan/FlightPlanRoute.ts:132

Coherent C++ object binding type.


altitude

altitude: number

Defined in: src/sdk/flightplan/FlightPlanRoute.ts:144

The pattern altitude, in feet AGL.


distance

distance: number

Defined in: src/sdk/flightplan/FlightPlanRoute.ts:141

The pattern leg distance, in nautical miles.


isLeftTraffic

isLeftTraffic: boolean

Defined in: src/sdk/flightplan/FlightPlanRoute.ts:138

Whether the pattern uses a left-hand traffic pattern (true) instead of a right-hand traffic pattern (false).


type

type: Type

Defined in: src/sdk/flightplan/FlightPlanRoute.ts:135

The selected pattern type.