I have created a User Defined Type of a Transformer, with two instances.
I also have a symbol with a custom property. When I select which tag to assign to the custom property, i have the ability to select a specific tag, a specific member of one of the transformer instances.
So if I want to have the same symbol at the same point of the screen for all the instances, I am stuck with creating one symbol instance for each transformer instance and play with the symbol visibility. This is not dynamic. Is there a way, for example to put "Transformer_00*._Current" as the value ?
Or maybe have a 'selector' tag with 0 and 1 as possible values and set to the custom property something like this?
Or , generally, how to dynamically change the assigned tag to a custom property?
Even if it possible with scripting, can we have a best practice example?