Share

AcDbViewportTable

Class Hierarchy

AcRxObject
    AcGiDrawable
        AcDbObject
            AcDbSymbolTable
                AcDbAbstractViewTable
                    AcDbViewportTable

C++

class AcDbViewportTable : public AcDbAbstractViewTable;

File

dbsymtb.h

Description

This class is the symbol table for AcDbViewportTableRecords, which represent viewport configurations within AutoCAD when the system variable TILEMODE == 1. Within AutoCAD and DXF files this symbol table is known as the "VPORT" table.

Links

AcDbViewportTable Methods, AcDbViewportTable Nested Types

See Also

AcDbViewportTableRecord

Was this information helpful?