Base table definition used in DXF file tables section.

interface IBaseTable {
    handle: string;
    ownerHandle: string;
}

Hierarchy (view full)

Properties

Properties

handle: string

Unique handle identifier for this table.

ownerHandle: string

Handle of the owner object.