AcRxObject AcGiDrawable AcHeapOperators AcDbObject AcDbEntity AcDbBlockReference AcDbMInsertBlock
class AcDbMInsertBlock : public AcDbBlockReference;
dbents.h
The AcDbMInsertBlock class represents a special form of the INSERT entity in which an array of duplicate images of the entities within the referenced AcDbBlockTableRecord is displayed.
Creating an AcDbMInsertBlock with a definition of rows = 1 and columns = 1 will create a AcDbBlockReference instead.
The number of rows and columns of images to display can be set, as is the spacing between the rows and columns.
Do not derive from this class. Attempting to do so will cause your application to halt AutoCAD.
AcDbMInsertBlock Constructor, AcDbMInsertBlock Methods
AcDbObject, AcDbEntity, AcDbBlockTableRecord