MLightCAD
    Preparing search index...

    Interface AcApLayerStoreChangedEventArgs

    Event payload for AcApLayerStore.events.changed.

    interface AcApLayerStoreChangedEventArgs {
        currentLayerName: string;
        layers: AcApLayerInfo[];
    }
    Index

    Properties

    currentLayerName: string

    Current layer name (CLAYER).

    layers: AcApLayerInfo[]

    Shallow copy of cached layer rows.