Creates an iterator to visit the connected segments on one side of the network.
Namespace: Autodesk.Revit.DB.AnalysisAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public MEPNetworkIterator(
Document pADoc,
MEPAnalyticalNode startNode,
MEPAnalyticalSegment startSegment
)
Parameters
- pADoc Document
-
The document of the analytical network.
- startNode MEPAnalyticalNode
-
The starting analytical node. It must be one of two nodes of the starting segment.
- startSegment MEPAnalyticalSegment
-
The starting analytical segment to specify the traversing direction from the starting node.
Exceptions
See Also
Reference