MLightCAD
    Preparing search index...

    Snapshot of the layer table at a point in time for the LAYERP command.

    interface AcApLayerPreviousSnapshot {
        clayer: string;
        states: {
            isFrozen: boolean;
            isLocked: boolean;
            isOn: boolean;
            name: string;
        }[];
    }
    Index

    Properties

    Properties

    clayer: string

    Current layer name (CLAYER) at capture time.

    states: { isFrozen: boolean; isLocked: boolean; isOn: boolean; name: string }[]

    Per-layer on, frozen, and locked state.