MLightCAD
    Preparing search index...

    Interface AcApLayerIsolateLayersResult

    Result of isolating layers, including the snapshot for LAYUNISO.

    interface AcApLayerIsolateLayersResult {
        affectedLayerCount: number;
        isoSnapshot: AcApLayerIsoSnapshot;
        layerNames: string[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    affectedLayerCount: number

    Number of layers whose on, frozen, or locked state changed.

    Snapshot to store on the owning document for LAYUNISO.

    layerNames: string[]

    Names of layers that were isolated (kept visible).