Hello,
I have a list of number values for space instances I want to modify in Revit. I’m trying to figure out how to get the selection of Spaces from the Space numbers in Revit. Is there a node that does this?
Hello,
I have a list of number values for space instances I want to modify in Revit. I’m trying to figure out how to get the selection of Spaces from the Space numbers in Revit. Is there a node that does this?
Add after List.Sort, List.IndexOf and connect the output to List.GetItemAtIndex (to this you need to attach you elements list).
Thank you very much AlexanderBerg