ViewTable Class

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

Conditions

Read / Write