I think the better way will be something like this:
After you get ins_bl you can edit attributes of this referenceCode:Sub test() Dim ins_pt(2) As Double Dim ins_bl As AcadBlockReference ins_pt(0) = 0#: ins_pt(1) = 0#: ins_pt(2) = 0# Set ins_bl = ThisDrawing.ModelSpace.InsertBlock(ins_pt, "rte", 1#, 1#, 1#, 0#) End Sub




Reply With Quote
Bookmarks