Class Hierarchy
AcRxObject AcGiDrawable AcDbObject AcDbSymbolTableRecord AcDbAbstractViewTableRecord AcDbViewTableRecord
C++
class AcDbViewTableRecord : public AcDbAbstractViewTableRecord;
File
dbsymtb.h
Description
Objects of this class represent stored views within AutoCAD. The AcDbViewTable object (referred to in the AutoCAD and DXF documentation as the VIEW table) within each database is the container or owner of objects of this class.
Most of the data and functionality of this class is inherited from its AcDbAbstractViewTableRecord parent class.
Within AutoCAD, objects of this class are created whenever the VIEW command's "save" option is used to save a view with a name that does not already exist.
Links
See Also
AcDbViewTable