Determines if the given element satisfies the filters defined by the browser organization.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public bool AreFiltersSatisfied(
ElementId elementId
)
Parameters
- elementId ElementId
-
The element to check.
Return Value
Boolean
True if the given element satisfies the filter.
Exceptions
See Also
Reference