MLightCAD
    Preparing search index...

    Layer flags that can be changed by LAYISO and restored by LAYUNISO.

    interface AcApLayerIsoLayerState {
        isFrozen: boolean;
        isLocked: boolean;
        isOff: boolean;
    }
    Index

    Properties

    isFrozen: boolean

    Whether the layer is frozen.

    isLocked: boolean

    Whether the layer is locked.

    isOff: boolean

    Whether the layer is turned off.