Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Is there a way to filter to get all the noteblock schedules? I've got all the schedules, but then I'm stuck:
FilteredElementCollector collector = new FilteredElementCollector(doc);
IList<Element> collection = Collector.OfClass(typeof(ViewSchedule)).ToElements();
Solved! Go to Solution.