- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I know i'ts an odd question but here's my problem:
I am making this application that automates the filling of Attributed Blocks (Drawing Titles) within several layouts in the same drawing.
The thing is that I'm having trouble to recognize each AttributeReference in a unique way:
- Blocks can have several attributes with the same tag so that property won't do;
- The user can mess up the entire BlockReference AttributeCollection via the command BATTMAN, what makes the ORDER not the best option neither;
- I thought about deleting and recreating every AttributeReference but some changes made by the user such as position, textstyle, rotation, etc will be lost.
Here's the few properties a AttributeReference have:
And here's a glimpse on how my app for editing these Attributes looks like:
As you can see in the example above the Title block has 4 Attributes with the same tag - "DASD" (ignore the brackets). So how can I be sure of which is which when applying user changes?
Should I use Xdata?
Solved! Go to Solution.