GetEnumerator Method
Returns an enumerator that iterates through the curve loop.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 16.0.0.0 (16.0.0.0)
Since:  2014

Syntax

C#
public virtual IEnumerator<ComponentRepeaterSlot> GetEnumerator()
Visual Basic
Public Overridable Function GetEnumerator As IEnumerator(Of ComponentRepeaterSlot)
Visual C++
public:
virtual IEnumerator<ComponentRepeaterSlot^>^ GetEnumerator()

Return Value

An IEnumerator(Curve) object that can be used to iterate through key-value pairs in the collection.

Implements

IEnumerable<(Of <(<'T>)>)>..::..GetEnumerator()()()()

See Also