Share

AcDbViewTable

Class Hierarchy

AcRxObject
    AcGiDrawable
        AcDbObject
            AcDbSymbolTable
                AcDbAbstractViewTable
                    AcDbViewTable

C++

class AcDbViewTable : public AcDbAbstractViewTable;

File

dbsymtb.h

Description

This class is the symbol table for AcDbViewTableRecords, which represent stored views within the drawing database. Within AutoCAD and DXF files this table is known as the "VIEW" table.

Links

AcDbViewTable Methods, AcDbViewTable Nested Types

See Also

AcDbViewTableRecord

Was this information helpful?