CurveLoopIterator.Current Property

CurveLoopIteratorCurrent Property

Gets the item at the current position of the iterator.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public virtual Curve Current { get; }
Public Overridable ReadOnly Property Current As Curve
	Get
public:
virtual property Curve^ Current {
	Curve^ get ();
}
abstract Current : Curve with get
override Current : Curve with get

Property Value

Curve

Implements

IEnumeratorTCurrent
Exceptions
ExceptionCondition
InvalidOperationException There is no current item in the iterator.
Remarks
There is no current item if the iterator has not started yet or has been done.
See Also