Revit 2025.3 API
Browser |
Determines if the given element satisfies the filters defined by the browser organization.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public bool AreFiltersSatisfied( ElementId elementId )
Public Function AreFiltersSatisfied ( elementId As ElementId ) As Boolean
public: bool AreFiltersSatisfied( ElementId^ elementId )
member AreFiltersSatisfied : elementId : ElementId -> bool
Parameters
- elementId ElementId
- The element to check.
Return Value
BooleanTrue if the given element satisfies the filter.

Exception | Condition |
---|---|
ArgumentException | elementId is not a valid Element identifier. |
ArgumentNullException | A non-optional argument was null |
See Also