Message 1 of 5
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
FamilySymbol famSym = new FilteredElementCollector(doc).OfClass(typeof(FamilySymbol)).Where(q => q.Name == "X").First() as FamilySymbol;
What is the best way to add on to or revise this line of code to be more specific about which family to collect. Currently it gets family by its name but I would also like it to retrieve by specific type like Family Name "X" Type "1". Any help?
Solved! Go to Solution.