DWG LAYER_FILTER / LAYERFILTER object fields.

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

interface DwgLayerFilterObject {
    handle: string;
    layerNames?: string[];
    ownerHandle: string;
}

Hierarchy (View Summary)

Properties

handle: string
layerNames?: string[]

Layer names included in this filter.

ownerHandle: string