Description
Symbol table for BlockTableRecord objects which represent block definitions within a drawing database.
This .NET class wraps the AcDbBlockTable ObjectARX class.
Class Hierarchy
Autodesk.AutoCAD.DatabaseServices.DBObject Autodesk.AutoCAD.DatabaseServices.SymbolTable Autodesk.AutoCAD.DatabaseServices.BlockTable
C#
public sealed class BlockTable : SymbolTable, IEnumerable;
Visual Basic
Public sealed Class BlockTable Inherits SymbolTable Inherits IEnumerable