SelectionFilterElement.Contains
Description:
Returns true if the given ElementId is a member of this filter's set.
Returns true if the given ElementId is a member of this filter's set.
public bool Contains(
ElementId id
)
-
idThe ElementId to look for.
Return Value
bool
True if the given ElementId is a member of the filter, otherwise false.
-
Invalid ElementId
-
A non-optional argument was null