Share

BrowserOrganization.AreFiltersSatisfied Method

Determines if the given element satisfies the filters defined by the browser organization.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.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

ExceptionCondition
ArgumentException elementId is not a valid Element identifier.
ArgumentNullException A non-optional argument was null

See Also

Reference

Was this information helpful?