Interface defining the tables available in a drawing database.

This interface provides access to all the symbol tables in the database, including block table, dimension style table, linetype table, text style table, layer table, and viewport table.

Properties

blockTable: AcDbBlockTable

Block table containing block definitions

dimStyleTable: AcDbDimStyleTable

Dimension style table containing dimension style definitions

layerTable: AcDbLayerTable

Layer table containing layer definitions

linetypeTable: AcDbLinetypeTable

Linetype table containing linetype definitions

textStyleTable: AcDbTextStyleTable

Text style table containing text style definitions

viewportTable: AcDbViewportTable

Viewport table containing viewport definitions