MEPNetworkIterator.End Method

MEPNetworkIteratorEnd Method

Checks if the network iteration has completed.

Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public bool End()
Public Function End As Boolean
public:
bool End()
member End : unit -> bool 

Return Value

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