Message 1 of 7
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
All is in the title...
I have to select blocks, then replace them by other blocks.
I select them by :
FilterType(0) = 0
FilterData(0) = "Insert"
oSS.SelectOnScreen FilterType, FilterData
This is ok, I select only Block entities.
Then I replace blocks :
oBlock.delete
Set BlockRefObj = ThisDrawing.ModelSpace.InsertBlock(insertionpoint, blockname, 1#, 1#, 1#, rotateAngle)
...but this always insert the block in ModelSpace.
How can I detect in wich space is the original block, so I can insert the new blocx using Modelspace or Papersace (i) ?
Solved! Go to Solution.