I have a question that seen to be simple but I am not able to resolve, here it goes:
I have a list of values taking from revit of different heights. I want to read just some of the values, in this case I am interested in the values that are different than 200.
I thought to use a filter by bool mask to take the values but the it changes the order of the elements (It put first the true values and then the false ones) If that happen, It is not possible to use the list later on because the order has changed. I don’t know how to do it