MLightCAD
    Preparing search index...

    Summary row for layer listing commands and UI.

    interface AcApLayerSummary {
        color: string;
        current: string;
        frozen: string;
        locked: string;
        name: string;
        on: string;
    }
    Index

    Properties

    color: string

    String representation of the layer color.

    current: string

    * when this layer is the current layer (CLAYER).

    frozen: string

    Yes or No frozen indicator.

    locked: string

    Yes or No locked indicator.

    name: string

    Layer name.

    on: string

    Yes or No visibility indicator.