Autodesk.AutoCAD.DatabaseServices Namespace > ViewportTable Class
ViewportTable Class
Description

 

This .NET class wraps the AcDbViewportTable ObjectARX class. 

 

ViewportTable is the symbol table for ViewportTableRecords, which represent viewport configurations within AutoCAD when the system variable TILEMODE == 1. Within AutoCAD and DXF files this symbol table is known as the "VPORT" table.

Class Hierarchy
Visual Basic
Public sealed Class ViewportTable
Inherits SymbolTable
Inherits IEnumerable
C#
public sealed class ViewportTable : SymbolTable, IEnumerable;
   Comments?