From my observations in Geopak SS10 v8.11.09.918, all element template attributes are applied at the time the user sets the feature definition. If there are any changes to the feature definition in the way of revising which element templates are used, or if there are any changes to the same element templates at a later time, those do not affect any element that already exists that has already been set to the impacted feature definition.
I feel that this should be achieved with dynamic linking rather than static application. How does ORD handle this situation?
Anyway, what this tells me is if there is a revision to the element template, we need to go through each element using that feature definition, change the feature definition, and then return it to the feature definition we want to apply. For one, this may be a long list. For another, this list doesn't seem to exist other than by creating it myself. For the matter of creating such a list myself, I can imagine two scenarios:
Am I missing a possible shortcut here?