Share

ExternalApplicationArray.GetEnumerator Method

Retrieve a forward moving iterator to the array.


Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 25.3.0.0 (25.3.0.0)

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?