Message 1 of 7
Lisp update specific block attribute in drawing

Not applicable
03-04-2020
03:36 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I have created a list of blocks for my drawing and I have created a draw with my blocks and connected them with lines/polylines. Now I need to make a lisp program to update specific blocks in the draw and add some more attributes to them. So the question is how do I loop in all blocks inside the draw and update a specific attribute to them? I have found how to loop on the blocks but these were the blocks of my toolbar while I need to find their entities inside the draw and there to update their attributes.
Thanks