Revit 2015 API |
ElementMulticategoryFilter Constructor |
ElementMulticategoryFilter Class See Also |
Overload List
Name | Description | |
---|---|---|
![]() | ElementMulticategoryFilter(ICollection<(Of <<'(BuiltInCategory>)>>)) |
Constructs a new instance of a filter to match elements by built-in category.
|
![]() | ElementMulticategoryFilter(ICollection<(Of <<'(ElementId>)>>)) |
Constructs a new instance of a filter to find elements whose category matches any of a given set of categories.
|
![]() | ElementMulticategoryFilter(ICollection<(Of <<'(BuiltInCategory>)>>), 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.
|
![]() | ElementMulticategoryFilter(ICollection<(Of <<'(ElementId>)>>), 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 match all elements which are of the given categories.
|