- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Experimenting with dynamic blocks and I discovered an issue that has me stumped.
My code relies on identifying the type of block I am dealing with by looking at the BlockReference.Name
This works great for standard/regular blocks.
I thought I would test against a dynamic block, and discovered when one of the dynamic elements is changed AutoCAD's slight of hand replaces the original block with a clone but with a different Name value.
for example say I have a block named "MY_BLOCK" after I adjust any of it's dynamic elements, If I then inspect the adjusted block I find that the Block Name is now "*U22" and no longer "MY_BLOCK"
Is there any way to get the Original Block Name back from this new clone?
Solved! Go to Solution.