<Code Lib>
2025 Method
Changes 0
M

FilteredElementCollector.GetEnumerator

Description:
Returns an enumerator that iterates through a collection.

public virtual IEnumerator<Element> GetEnumerator()

IEnumerator<Element> An IEnumerator object that can be used to iterate through the collection.

Loading…