RebarContainerIterator
Description:
An iterator to a Rebar Container.
An iterator to a Rebar Container.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.Structure.RebarContainerIterator
System.Object
Autodesk.Revit.DB.Structure.RebarContainerIterator
public class RebarContainerIterator : IEnumerator<RebarContainerItem>
| Name | Return Type | Description |
|---|---|---|
| Dispose() | None | Releases all resources used by the |
| 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 | RebarContainerItem | Gets the item at the current position of the iterator. |
| IsValidObject | bool | Specifies whether the .NET object represents a valid Revit entity. |