BlockEnd Class

Visual Basic
Public sealed Class BlockEnd
Inherits Entity
C#
public sealed class BlockEnd : Entity;
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.

Notes

Warning: Do not derive from this class. Attempting to do so will cause your application to halt AutoCAD.