Autodesk.AutoCAD.DatabaseServices Namespace > ViewTable Class
ViewTable Class
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
Visual Basic
Public sealed Class ViewTable
Inherits SymbolTable
C#
public sealed class ViewTable : SymbolTable;
Conditions

Read / Write

   Comments?