DWG LAYER_INDEX object fields.

This shape mirrors the DXF LAYER_INDEX mapping used by ObjectARX / dxf-json.

interface DwgLayerIndexObject {
    handle: string;
    idBufferEntryCounts?: number[];
    idBufferIds?: string[];
    layerNames?: string[];
    ownerHandle: string;
    timeStamp?: number;
}

Hierarchy (View Summary)

Properties

handle: string
idBufferEntryCounts?: number[]

Number of entries in each referenced IDBUFFER.

idBufferIds?: string[]

Hard-owner handles to IDBUFFER objects.

layerNames?: string[]

Layer names included in this layer index.

ownerHandle: string
timeStamp?: number

Julian / last-updated timestamp.