MLightCAD
    Preparing search index...

    Result of resolving layer names to table records.

    interface AcApResolveLayersResult {
        layers: AcDbLayerTableRecord[];
        missing: string[];
    }
    Index

    Properties

    Properties

    layers: AcDbLayerTableRecord[]

    Resolved layer table records.

    missing: string[]

    Names that were not found in the layer table.