Description
This .NET class wraps the AcDbViewTable ObjectARX class.
ViewTable is the symbol table for ViewTableRecords, which represent stored views within the drawing database. Within AutoCAD and DXF files this table is known as the "VIEW" table.
Class Hierarchy
Autodesk.AutoCAD.DatabaseServices.DBObject Autodesk.AutoCAD.DatabaseServices.SymbolTable Autodesk.AutoCAD.DatabaseServices.ViewTable
C#
public sealed class ViewTable : SymbolTable;
Visual Basic
Public sealed Class ViewTable Inherits SymbolTable
Conditions
Read / Write