Public Sub New()
Public Sub New(
position As Point3d,
blockTableRecord As ObjectId,
columns As short,
rows As short,
colSpacing As double,
rowSpacing As double
)
public MInsertBlock();
public MInsertBlock(
Point3d position,
ObjectId blockTableRecord,
short columns,
short rows,
double colSpacing,
double rowSpacing
);
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.
MInsertBlock Class, Autodesk.AutoCAD.DatabaseServices Namespace