Comentario
06-25-2024
12:15 PM
06-25-2024
12:15 PM
Vote yes.
One work around I did on reading which parameters were being used.
On the topic of parameter maintenance, I wanted to gather information about which parameters were being actively used in tags.
So I used tag.TagText and then compared that value to the values of the parameters returned from taggedElement.Parameters to deduce which parameters were driving the TagText. Obviously this become exponentially more complicated with concatenated parameters and delimiters, but served my purpose.