Hi All,
How can i sort my Structural Plan Views by level elevation?
many thanks
Get the Associated Level and its elevation. Then use SortByKey to sort your list of views by their level elevation.
Thanks Nick!
that did the trick
Hi - I’ve managed to get the associated level of each view and sort that list by its level elevation but how do I then sort the views to match that list?
@Michael_Dunn1 use SortByKey to sort the views by the View’s Associated Level elevations:
Thank you! Jeez, I was making things way more complicated than they needed to be.