| Revit Preview Release API |
| BrowserOrganization..::..AreFiltersSatisfied Method |
| BrowserOrganization Class See Also |
Determines if the given element satisfies the filters defined by the browser organization.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 19.0.0.0 (19.0.0.405)
Since:
2015
Syntax
| C# |
|---|
public bool AreFiltersSatisfied( ElementId elementId ) |
| Visual Basic |
|---|
Public Function AreFiltersSatisfied ( _ elementId As ElementId _ ) As Boolean |
| Visual C++ |
|---|
public: bool AreFiltersSatisfied( ElementId^ elementId ) |
Parameters
- elementId
- Type: Autodesk.Revit.DB..::..ElementId
The element to check.
Return Value
True if the given element satisfies the filter.
Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.Exceptions..::..ArgumentException | elementId is not a valid Element identifier. |
| Autodesk.Revit.Exceptions..::..ArgumentNullException | A non-optional argument was NULL |