Represents the DXF line type table section.

interface ILayerTypesTable {
    handle: string;
    lineTypes: Record<string, ILineType>;
    ownerHandle: string;
}

Hierarchy (view full)

Properties

handle: string

Unique handle identifier for this table.

lineTypes: Record<string, ILineType>

Collection of line type definitions.

ownerHandle: string

Handle of the owner object.