Open Pioneer Trails Packages

    Interface LayerRetrievalOptions

    These options can be used by some APIs returning an array of layers (or sublayers).

    interface LayerRetrievalOptions {
        sortByDisplayOrder?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    sortByDisplayOrder?: boolean

    If set to true, layers will be ordered by their display order: Layers listed first in the returned array are shown below layers listed at a later index.

    By default, layers are returned in arbitrary order.

    MMNEPVFCICPMFPCPTTAAATR