Gets the item at the current position of the iterator.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)
Syntax
C#
public virtual RebarContainerItem Current { get; }
Property Value
RebarContainerItemImplements
IEnumerator<T>.CurrentExceptions
Exception | Condition |
---|---|
InvalidOperationException | There is no current item in the iterator. |