Message 1 of 3
Insert block from memory
Not applicable
06-01-2006
07:13 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi!
I have a VBA program that insert many copy of a block. I would like to know how I can check if the block is already in the drawing and if it is use the same block.
if blockxxx is in memory
insert from memory
else
insert from the server
endif
Right now my program takes 30 seconds to execute, I have 395 "duplicate definition of block _archtik ignored"
Thx!
I have a VBA program that insert many copy of a block. I would like to know how I can check if the block is already in the drawing and if it is use the same block.
if blockxxx is in memory
insert from memory
else
insert from the server
endif
Right now my program takes 30 seconds to execute, I have 395 "duplicate definition of block _archtik ignored"
Thx!