Revit 2025 API
Component |
Returns the current repeater slot.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.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