NavVis IVION API
    Preparing search index...

    Interface LayersServiceInterface

    interface LayersServiceInterface {
        activate2DLayer(layer: string): void;
        get2DLayers(): string[];
    }
    Index

    Methods

    • Activates the 2D layer with the provided ID. This will deactivate any other, previously active layer.

      Parameters

      Returns void

    • Returns all 2D layer IDs as listed in LayerPanelItemEnum.

      Returns string[]