Add-In: Is it possible to bind a drawing text field to a sheet Attribute?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
So we can insert iProperty fields into drawing text objects, and those fields stay "bound" to the iProperty value. If the iProperty changes, so does the text field. If the text object gets copy/pasted to a different sheet, the field updates to reflect the value for the primary component on that sheet. This works great for iProperties of the drawing itself or the primary component on a sheet.
However, since there's no such thing as Sheet iProperties, I'd like to implement a similar behavior but for a sheet Attribute, as accessed from Sheet.AttributeSets. We already have a custom "Drawing Set" attribute, associated with each Sheet object, that has a value like "D01", "D02", etc. I want to be able to create an annotation that contains the "Drawing Set" Attribute's value, and I want that annotation to stay bound to the "Drawing Set" Attribute's value.
Is this possible? How might I implement something like this?