FilteredElementCollector Methods
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| ContainedInDesignOption(ElementId) | FilteredElementCollector | Applies an ElementDesignOptionFilter to the collector. | |
| Dispose() | None | ||
| Equals | None | Determines whether the specified object is equal to the current object. (Inherited from Object ) | Object |
| Excluding(ICollection<ElementId>) | FilteredElementCollector | Applies an ExclusionFilter to the collector. | |
| FirstElement() | Element | Returns the first element to pass the filter(s). | |
| FirstElementId() | ElementId | Returns the id of the first element to pass the filter(s). | |
| GetBasicIEnumerator() | IEnumerator | Returns an enumerator that iterates through a collection. | |
| GetElementCount() | Int32 | Gets the number of elements in your current filter. | |
| GetElementIdIterator() | FilteredElementIdIterator | Returns an element id iterator to the elements passing the filters. | |
| GetElementIterator() | FilteredElementIterator | Returns an element iterator to the elements passing the filters. | |
| GetEnumerator() | IEnumerator<Element> | Returns an enumerator that iterates through a collection. | |
| GetHashCode | None | Serves as the default hash function. (Inherited from Object ) | Object |
| GetType | None | Gets the Type of the current instance. (Inherited from Object ) | Object |
| IntersectWith(FilteredElementCollector) | FilteredElementCollector | Intersects the set of elements passing the filter in this collector with the set of elements passing the filter in another collector. | |
| IsViewValidForElementIteration(Document, ElementId) | Boolean | Identifies if the particular element is valid for iteration of drawn elements. | |
| OfCategory(BuiltInCategory) | FilteredElementCollector | Applies an ElementCategoryFilter to the collector. | |
| OfCategoryId(ElementId) | FilteredElementCollector | Applies an ElementCategoryFilter to the collector. | |
| OfClass(Type) | FilteredElementCollector | Applies an ElementClassFilter to the collector. | |
| OwnedByView(ElementId) | FilteredElementCollector | Applies an ElementOwnerViewFilter to the collector. | |
| ToElementIds() | ICollection<ElementId> | Returns the complete set of element ids that pass the filter(s). | |
| ToElements() | IList<Element> | Returns the complete set of elements that pass the filter(s). | |
| ToString | None | Returns a string that represents the current object. (Inherited from Object ) | Object |
| UnionWith(FilteredElementCollector) | FilteredElementCollector | Unites the set of elements passing the filter in this collector with the set of elements passing the filter in another collector. | |
| WhereElementIsCurveDriven() | FilteredElementCollector | Applies an ElementIsCurveDrivenFilter to the collector. | |
| WhereElementIsElementType() | FilteredElementCollector | Applies an ElementIsElementTypeFilter to the collector. | |
| WhereElementIsNotElementType() | FilteredElementCollector | Applies an inverted ElementIsElementTypeFilter to the collector. | |
| WhereElementIsViewIndependent() | FilteredElementCollector | Applies an ElementOwnerViewFilter to the collector. | |
| WherePasses(ElementFilter) | FilteredElementCollector | Applies an element filter to the collector. |
No comments yet. Start the discussion.
Loading…