MLightCAD
    Preparing search index...

    One named bucket for data-model breakdown tables.

    interface AcApMemoryBucketRow {
        count: number;
        estimatedBytes: number;
        name: string;
    }
    Index

    Properties

    count: number
    estimatedBytes: number
    name: string