Applies the filter to a given element.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public bool PassesFilter(
Document document,
ElementId id
)
Parameters
- document Document
-
The document.
- id ElementId
-
The element id.
Return Value
Boolean
True if the element is accepted by the filter. False if the element is rejected.
Exceptions
See Also
Reference