Overwrite/Redefine block with lisp

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have done edits to a block on my network that already exists in multiple drawings. Aow when I pick the command to insert the block from my toolbar, which still has the same name which exists in the current drawing database, I need it to go out to my folder and to insert the new occurence of the block and redefine it for the places it currently exists.
That's all very easy to do if I manually go to insert it by browsing to it, and Autocad will ask me "Do you want to redefine it?", at which point I answer Yes. But I need to be able to put that whole process in a lisp string to do it automatically.
Right now if Autocad sees the block already in the drawing, it's going to insert it from the drawings database, and not go out and grab the new one. I only seem to be able to do it if inserting it manually.
Hope that makes sense? If anybody knows how to do that, I would appreciate it.
Thx.
Doug