Checks if the network iteration has completed.

Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Since:  2024

Syntax

C#
public bool End()
Visual Basic
Public Function End As Boolean
Visual C++
public:
bool End()

Return Value

True if all analytical segments and nodes have been visited, otherwise false.

See Also