ComponentRepeaterIterator
Description:
A slot iterator for ComponentRepeater.
A slot iterator for ComponentRepeater.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.ComponentRepeaterIterator
System.Object
Autodesk.Revit.DB.ComponentRepeaterIterator
public class ComponentRepeaterIterator : IEnumerator<ComponentRepeaterSlot>
| Name | Return Type | Description |
|---|---|---|
| Dispose() | None | Releases all resources used by the |
| GetCurrent() | The current slot. | Returns the current repeater slot. |
| IsDone() | bool | Identifies if the iteration has completed. |
| MoveNext() | bool | Increments the iterator to the next item. |
| Reset() | None | Resets the iterator to the initial state. |
| Name | Return Type | Description |
|---|---|---|
| CurrentObject | Object | |
| Current | ComponentRepeaterSlot | Gets the item at the current position of the iterator. |
| IsValidObject | bool | Specifies whether the .NET object represents a valid Revit entity. |