Just found myself needing this functionality. Bummer!!! Why is it that a simple thing like this one can't be done?
I need to show the same floor plan several times, with different information, and since there's A LOT of info that is still changing, it has to be as parametric as possible (I mean, I can't just go and add text labels to everything, and then change them manually each time)
For instance, I need to show wall skins, wall height, wall type, fire rating and other stuff independently, in different layouts. Scripting a custom label solves the problem partially, since
a) it would need to use model view options and there's almost no information on the topic in the GDL reference.
b) it would get more complex if I ever need to show two or more in the same view or in different places in the plan view. (anyone has any good pointers about scripting model view options into labels or anything else for that matter?)
c) it would take some valuable time to make the label. It will become a spare time project.
I guess I'm gonna go with the semi-parametric approach, so I can keep labels separated in layers and combos, using autotext.
A quick note on the AC reference guide saying "Oh... and you can only add an associative label ONCE..." would have been nice.
Best regards.