GetParameterbyName

Hello,
I have some different floor types in my project. I like to exctract a value from one of them, but I can’t figure out how to filter out the one I need??

THX,
Rickard

2 Likes

If you have set up the graph as @john_pierson demonstrated you use the first method you used getting the Area (leaving out the Floor Types node) connect the IN result with Element.GetParameterByName.
The difference is that you are getting floor TYPES in your method, while Area is an instance property, it differs all the time, Type properties are the same for every instance of that type

This works perfect! Thank you!!!

2 Likes