Message 1 of 11

Not applicable
02-15-2018
06:11 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi All,
I'm trying to collect all of the RebarCoverTypes in my project:
I'm using this:
FilteredElementCollector rebarCoverCol = new FilteredElementCollector(
rebarCoverCol.OfCategory(BuiltInCategory.OST_RebarCover);
but I'm not getting any elements.
In the other hand, previously I made a similar collection using Python in Dynamo, and I got the list of the RebarCoverTypes I wanted to work with.
What am I missing here?
Thanks in advance!
Solved! Go to Solution.