Anuncios
Welcome to the Revit Ideas Board! Before posting, please read the helpful tips here. Thank you for your Ideas!
Comentario
Contributor
Contributor

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.