Autodesk.AutoCAD.DatabaseServices Namespace > MInsertBlock Class > MInsertBlock Constructor > MInsertBlock() Constructor
MInsertBlock.MInsertBlock() Constructor
Description

 

Default constructor. Initializes the number of rows and columns to 0 and the row and column spacing to 0.0. In addition, the default constructor initialization for the BlockReference parent class takes place.

Visual Basic
Public Sub New()
Public Sub New(
    position As Point3d, 
    blockTableRecord As ObjectId, 
    columns As short, 
    rows As short, 
    colSpacing As double, 
    rowSpacing As double
)
C#
public MInsertBlock();
public MInsertBlock(
    Point3d position, 
    ObjectId blockTableRecord, 
    short columns, 
    short rows, 
    double colSpacing, 
    double rowSpacing
);
Links
   Comments?