@squawk
    Preparing search index...

    Interface AltitudeConstraint

    Altitude constraint applied at the termination of a procedure leg.

    interface AltitudeConstraint {
        descriptor: AltitudeConstraintDescriptor;
        primaryFt: number;
        secondaryFt?: number;
    }
    Index

    Properties

    Descriptor specifying how the constraint is evaluated.

    primaryFt: number

    Primary altitude in feet MSL.

    secondaryFt?: number

    Secondary altitude in feet MSL, when the descriptor uses two altitudes.