Share

AbstractViewTable Class

Description

This .NET class wraps the AcDbAbstractViewTable ObjectARX class.

AbstractViewTable is the base class for the two symbol table classes, ViewTable and ViewportTable.

Class Hierarchy

Autodesk.AutoCAD.DatabaseServices.DBObject
    Autodesk.AutoCAD.DatabaseServices.SymbolTable
        Autodesk.AutoCAD.DatabaseServices.AbstractViewTable

C#

public abstract class AbstractViewTable : SymbolTable, IEnumerable;

Visual Basic

Public abstract Class AbstractViewTable
Inherits SymbolTable
Inherits IEnumerable

Was this information helpful?