ElementCategoryFilter
Overloads (4):
| Name | Return Type | Description |
|---|---|---|
| ElementCategoryFilter(BuiltInCategory) | None | Constructs a new instance of a filter to match elements by category. |
| ElementCategoryFilter(ElementId) | None | Constructs a new instance of a filter to match elements by category. |
| ElementCategoryFilter(BuiltInCategory, Boolean) | None | Constructs a new instance of a filter to match elements by category, with the option to match all elements which are not of the given category. |
| ElementCategoryFilter(ElementId, Boolean) | None | Constructs a new instance of a filter to match elements by category, with the option to match all elements which are of the given category. |