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

Visual Basic

Public abstract Class AbstractViewTable
Inherits SymbolTable
Inherits IEnumerable

C#

public abstract class AbstractViewTable : SymbolTable, IEnumerable;

Was this information helpful?