Parameter Exists in Element

Hey all, I wonder how can we determine if a parameter exists in element.


And I 'm explaining myself. The GetParameterValueByName does not distinguish between has no value and does not exist. I want a way to do that.

One thought: Element.Parameters node, followed by a Parameter.Name (or Element.Name), followed by a List.Contains node to see if your target string exists in the list.

Instant and precise. Thanks a lot

1 Like