MLightCAD
    Preparing search index...

    Data-model memory stats from acdbEstimateDatabaseMemory.

    interface AcApMemoryDataModelStats {
        categories: AcApMemoryBucketRow[];
        entitiesByType: AcApMemoryBucketRow[];
        entityCount: number;
        estimate: AcDbMemoryEstimate;
        estimatedBytes: number;
        isEstimated: true;
        objectCount: number;
    }
    Index

    Properties

    categories: AcApMemoryBucketRow[]

    Category breakdown sorted by descending bytes.

    entitiesByType: AcApMemoryBucketRow[]

    Entity-type breakdown sorted by descending bytes.

    entityCount: number
    estimate: AcDbMemoryEstimate

    Full structured estimate from data-model.

    estimatedBytes: number
    isEstimated: true
    objectCount: number