Message 1 of 9
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello
I'm trying to get FamilySymbol from an active 3D View using FilteredElementCollector. But I'm getting null values.
FilteredElementCollector elements = new FilteredElementCollector(doc, doc.ActiveView.Id).OfClass(typeof(FamilySymbol)).OfCategory(BuiltInCategory.OST_StructuralFoundation);Attached is the screenshot of the elements(StructuralFoundation) that I'm trying to get.
Any help would be very appreciated.
Solved! Go to Solution.