MLightCAD
    Preparing search index...

    Snapshot of a layer row for UI layer managers and similar consumers.

    interface AcApLayerInfo {
        color: string;
        cssColor: string;
        isFrozen: boolean;
        isLocked: boolean;
        isOn: boolean;
        name: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    color: string

    Serialized AcCmColor string.

    cssColor: string

    CSS color derived from the layer color for swatch display.

    isFrozen: boolean

    Whether the layer is frozen.

    isLocked: boolean

    Whether the layer is locked.

    isOn: boolean

    Whether the layer is on (not off).

    name: string

    Layer table record name.