Revit 2026 API
Component |
Returns the current repeater slot.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public ComponentRepeaterSlot GetCurrent()
Public Function GetCurrent As ComponentRepeaterSlot
public: ComponentRepeaterSlot^ GetCurrent()
member GetCurrent : unit -> ComponentRepeaterSlot
Return Value
ComponentRepeaterSlotThe current slot.
| Exception | Condition |
|---|---|
| InvalidOperationException | There is no current item in the iterator. |
See Also