ElementMulticategoryFilter(ICollectionElementId, Boolean) Constructor |
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic ElementMulticategoryFilter(
ICollection<ElementId> categoryIds,
bool inverted
)
Public Sub New (
categoryIds As ICollection(Of ElementId),
inverted As Boolean
)
public:
ElementMulticategoryFilter(
ICollection<ElementId^>^ categoryIds,
bool inverted
)
new :
categoryIds : ICollection<ElementId> *
inverted : bool -> ElementMulticategoryFilter
Parameters
- categoryIds ICollectionElementId
-
- inverted Boolean
-
See Also