MLightCAD
    Preparing search index...

    Interface AcApSetLayersVisibilityOptions

    Options for batch layer on/off and freeze/thaw operations.

    interface AcApSetLayersVisibilityOptions {
        skipCurrentLayer?: boolean;
    }
    Index

    Properties

    skipCurrentLayer?: boolean

    Skip turning off or freezing the current layer. Default true.