Returns the current repeater slot.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public ComponentRepeaterSlot GetCurrent()
Return Value
ComponentRepeaterSlotThe current slot.
Exceptions
| Exception | Condition |
|---|---|
| InvalidOperationException | There is no current item in the iterator. |
