Description
This .NET class wraps the AcDbBlockEnd ObjectARX class.
The BlockEnd class represents the ENDBLK object within AutoCAD. Objects of this class are created and handled automatically by AutoCAD for each BlockTableRecord.
Applications do not need to create objects of this class nor can they add or remove them from databases. Applications are free to add or manipulate xdata on objects of this class, as well as work with extension dictionaries for objects of this class.
Class Hierarchy
Autodesk.AutoCAD.DatabaseServices.DBObject Autodesk.AutoCAD.DatabaseServices.Entity Autodesk.AutoCAD.DatabaseServices.BlockEnd
C#
public sealed class BlockEnd : Entity;
Visual Basic
Public sealed Class BlockEnd Inherits Entity
Notes
Warning: Do not derive from this class. Attempting to do so will cause your application to halt AutoCAD.