<Code Lib>
2025 Overloads
Changes 0

Name Return Type Description
C ElementCategoryFilter(BuiltInCategory) None Constructs a new instance of a filter to match elements by category.
C ElementCategoryFilter(ElementId) None Constructs a new instance of a filter to match elements by category.
C 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.
C 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.