ElementMulticategoryFilter Constructor

Overload List
 NameDescription
Public methodElementMulticategoryFilter(ICollectionBuiltInCategory) Constructs a new instance of a filter to match elements by built-in category.
Public methodElementMulticategoryFilter(ICollectionElementId) Constructs a new instance of a filter to find elements whose category matches any of a given set of categories.
Public methodElementMulticategoryFilter(ICollectionBuiltInCategory, Boolean) Constructs a new instance of a filter to match elements by built-in category, with the option to match all elements which are not of the given category.
Public methodElementMulticategoryFilter(ICollectionElementId, Boolean) Constructs a new instance of a filter to find elements whose category matches any of a given set of categories, with the option to instead match elements which are not of the given categories.
Top
See Also