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

 

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

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