Gets the item at the current position of the iterator.
Namespace: Autodesk.Revit.DB.AnalysisAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public virtual MEPNetworkSegmentId Current { get; }Property Value
MEPNetworkSegmentIdImplements
IEnumerator<T>.Current
Exceptions
Remarks
There is no current item if the iterator has not started yet or has been done.
See Also
Reference