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(
Element element
)
Parameters
- element Element
-
The element.
Return Value
Boolean
True if the element is accepted by the filter. False if the element is rejected.
Exceptions
See Also
Reference