SelectionFilterElement.Contains Method

SelectionFilterElementContains Method

Returns true if the given ElementId is a member of this filter's set.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public bool Contains(
	ElementId id
)
Public Function Contains ( 
	id As ElementId
) As Boolean
public:
bool Contains(
	ElementId^ id
)
member Contains : 
        id : ElementId -> bool 

Parameters

id  ElementId
The ElementId to look for.

Return Value

Boolean
True if the given ElementId is a member of the filter, otherwise false.
Exceptions
ExceptionCondition
ArgumentException Invalid ElementId
ArgumentNullException A non-optional argument was null
See Also