AcDbMInsertBlock

class AcDbMInsertBlock : public AcDbBlockReference;
File

dbents.h

Description

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.

Remarks

The number of rows and columns of images to display can be set, as is the spacing between the rows and columns.

Notes

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

Links
See Also

AcDbObject, AcDbEntity, AcDbBlockTableRecord