Share

CriticalPathIterator.MoveNext Method

Increments the iterator to the next downstream segment on the critical path.


Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)

Syntax

C#

public virtual bool MoveNext()

Return Value

Boolean
True if there is another segment available on the critical path that is not visited by this iterator, False if there is no next segment left.

See Also

Reference

Was this information helpful?