
Originally Posted by
d.gaither
Thanks for the help Ted (Sorry I said Ed before). The Attsync does the trick with the old block not refreshing.As for the ancillary programs that insert this block, I am updating them to handle the updated block with the added attribute. I was just looking for a way to automate the whole insert the new block -->Yes Redefine-->Attsync thing. Am I wrong in thinking that if I insert the block by name from code, it will get the existing definition instead of the updated version on the drive? Or, is there a way to achieve this with code?
I don't know what you're code has, but you could insert the file outside the drawing with a path similar to:
Code:
(vl-cmdf "-insert" "X:\\your-folder\\DSBDSHTM")
- - - Updated - - -

Originally Posted by
d.gaither
Thanks everyone! With the information provided, I was able to create a lisp that accomplishes what I needed!
Glad you got it worked out!