ElementCategoryFilter Constructor

Overload List
 NameDescription
Public methodElementCategoryFilter(BuiltInCategory) Constructs a new instance of a filter to match elements by category.
Public methodElementCategoryFilter(ElementId) Constructs a new instance of a filter to match elements by category.
Public methodElementCategoryFilter(BuiltInCategory, Boolean) 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.
Public methodElementCategoryFilter(ElementId, Boolean) 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.
Top
See Also