Share

IntersectionResultArray.GetEnumerator Method

Retrieve a forward moving iterator to the array.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public virtual IEnumerator GetEnumerator()

Return Value

IEnumerator
Returns a forward moving iterator to the array.

Implements

IEnumerable.GetEnumerator()

See Also

Reference

Was this information helpful?