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.
Autodesk.AutoCAD.DatabaseServices.DBObject Autodesk.AutoCAD.DatabaseServices.SymbolTable Autodesk.AutoCAD.DatabaseServices.ViewTable
Public sealed Class ViewTable Inherits SymbolTable
public sealed class ViewTable : SymbolTable;
Read / Write
Comments? |