Revit 2024 API |
ConduitSizeIterator..::..Current Property |
ConduitSizeIterator Class See Also |
Gets the item at the current position of the iterator.
Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Syntax
C# |
---|
public virtual ConduitSize Current { get; } |
Visual Basic |
---|
Public Overridable ReadOnly Property Current As ConduitSize Get |
Visual C++ |
---|
public: virtual property ConduitSize^ Current { ConduitSize^ get (); } |
Implements
IEnumerator<(Of <(<'T>)>)>..::..Current
Remarks
There is no current item if the iterator has not started yet or has been done.
Exceptions
Exception | Condition |
---|---|
Autodesk.Revit.Exceptions..::..InvalidOperationException | There is no current item in the iterator. |