BlockTable Class

Visual Basic
Public sealed Class BlockTable
Inherits SymbolTable
Inherits IEnumerable
C#
public sealed class BlockTable : SymbolTable, IEnumerable;
Description

 

This .NET class wraps the AcDbBlockTable ObjectARX class, which is the symbol table for BlockTableRecords, which represent block definitions within a drawing database.