Element.Parameters and Element.GetParameterValueByName mulitple answers

Why does the core Element.Parameters node return multiple copies of the same parameter?
Even worse, some of the values are different!
Here I’m passing a Viewport element to the node, and I get at least two and sometimes three of four copies of the same (?) parameters.


I don’t know if there was a change between 1.2 and 1.3, but I’m getting different results using the Element.GetParameterValueByName node because of this
Same graph, same element, but if I use Element.GetParameterValueByName in 1.3, I get the actual “View Name” parameter. If I run it in 1.2, I get what looks to me like View Title on Sheet

Use Builtin Parameter instead.

1 Like