Represents the full set of tables defined in a DXF file.

interface ITables {
    layer: ILayersTable;
    lineType: ILayerTypesTable;
    viewPort: IViewPortTable;
}

Properties

Layer table.

Line type table.

viewPort: IViewPortTable

Viewport table.