| Revit 2021 API |
| ElementFilter Members |
| ElementFilter Class Methods Properties See Also |
The ElementFilter type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Dispose | Releases all resources used by the ElementFilter | |
| Equals | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| PassesFilter(Element) |
Applies the filter to a given element.
| |
| PassesFilter(Document, ElementId) |
Applies the filter to a given element.
| |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| Inverted |
True if the results of the filter are inverted; elements that would normally be accepted by this filter will be rejected,
and elements that would normally be rejected will be accepted.
| |
| IsValidObject |
Specifies whether the .NET object represents a valid Revit entity.
|