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

 

This .NET class wraps the AcDbMInsertBlock ObjectARX class. 

The MInsertBlock class represents a special form of the INSERT entity in which an array of duplicate images of the entities within the referenced BlockTableRecord is displayed. 

Creating an MInsertBlock with a definition of rows = 1 and columns = 1 will create a BlockReference instead.

Class Hierarchy
Visual Basic
Public Class MInsertBlock
Inherits BlockReference
C#
public class MInsertBlock : BlockReference;
Notes

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.

Links
See Also

DBObject, Entity, BlockTableRecord

   Comments?