Changing Attribute Definition does not update "Field" within a Text Box
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm sure this has a simple answer, maybe my approach is wrong. My goal is to insert a dynamic block into a drawing, right click on the block and go to "properties", change a custom property to a specific number or phrase, and then have several text boxes within the block immediately reflect that change. Right now, even in block editor, changing the attribute definition value doesn't cause the field in the text box to update/change.
Below is a snapshot of what is occurring after I insert the block into a DWG. The attribute definition label updates to 50 no problem (I threw it there as a test), but the field inside the text box stays at the initial default value of 100. Ideally I'd like to have all of the "21.63" values update accordingly to whatever I update the attribute definition to. I also have different visibility layers depending upon the number of circuits there are, so that adds another layer of complexity; I cant just have one big attribute definition stretching across the whole block.
Is there a better way I could be approaching this whole debacle? Can I have the block look for a reference within the DWG I insert it into, maybe an attribute definition (with the same name) within the DWG?