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