Message 1 of 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
this code is working in selecting all framing category used in project.
List<ElementType> beams = new FilteredElementCollector(doc, doc.ActiveView.Id).OfClass(typeof(ElementType)).OfCategory(BuiltInCategory.OST_StructuralFraming).Cast<ElementType>().ToList();
however what I want to get are all framing type in type selector.
thanks.
Solved! Go to Solution.