Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
So I got:
foreach (FamilyInstance FamIn in new FilteredElementCollector(doc).OfClass(typeof(FamilyInstance)))
What is the best to just retrieve the non annotation FamilyInstances? Should be an easy one but Im not getting it. Thanks.
Solved! Go to Solution.