Message 1 of 3
collector.OfClass(typeof(??)).ToElement();
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Is there a list anywhere of the type of elements that can be used in this filter?
Just using the suggestions the editor gives, many don't work. And it seems like this would be in the documentation or Revit API help, but I sure can't find it anywhere.
In particular, I was trying to get the Note block families. But "AnnotationSymbol" isn't a valid type.