@squawk
    Preparing search index...

    Interface FreezingLevelBoundary

    A multiple freezing level (MULT FRZLVL) boundary within a FRZLVL section. Indicates an area where multiple freezing levels exist below a specified altitude.

    interface FreezingLevelBoundary {
        belowFt: number;
        boundedBy: string[];
    }
    Index

    Properties

    Properties

    belowFt: number

    The altitude in feet below which multiple freezing levels exist.

    boundedBy: string[]

    Area definition points bounding the multiple freezing level region.