Message 1 of 6
List all possible curtain wall families in project
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello All,
I want to simply get a list of all the possible curtain wall families in my project.
I can use the filtered element collector to find all the curtain walls that have bene placed in my project, but I actually just want the list of all the different options (imagining I am yet to place the curtain panels).
Additionally, I have 5000 + panels in my project and only 20 families, so I would rather just save the computational time and sort over the families as opposed to all the panels.
I have seen the way below, but when I pass in CurtainWallPanels, it does not seem to work.
Thankyou.
collector = new FilteredElementCollector(doc).OfClass(typeof(Family));
Developer Advocacy and Support +