Represents the DXF viewport table section.

interface IViewPortTable {
    handle: string;
    ownerHandle: string;
    viewPorts: IViewPort[];
}

Hierarchy (view full)

Properties

handle: string

Unique handle identifier for this table.

ownerHandle: string

Handle of the owner object.

viewPorts: IViewPort[]

Collection of viewports defined in the table.