jrice174
Civil/Environmental
- Nov 8, 2004
- 129
In order to add a block reference in a drawing using VBA the code is
ThisDrawing.ModelSpace.InsertBlock Pt1, BlockName, 1, 1, 1, 0
but that assumes that I want to put it in a specified location. How can I bring the block in on the cursor so the user can place the block wherever they want it?
ThisDrawing.ModelSpace.InsertBlock Pt1, BlockName, 1, 1, 1, 0
but that assumes that I want to put it in a specified location. How can I bring the block in on the cursor so the user can place the block wherever they want it?