MLightCAD
    Preparing search index...

    Result of creating layers via the LAYER command New branch.

    interface AcApCreateLayersResult {
        created: number;
        existed: string[];
    }
    Index

    Properties

    Properties

    created: number

    Number of layers created.

    existed: string[]

    Names that already existed and were skipped.