2027 Constructor
Changes 4
C

MEPNetworkIterator(Document, MEPAnalyticalNode, MEPAnalyticalSegment)

Description:
Creates an iterator to visit the connected segments on one side of the network.
Overloads (3):
public MEPNetworkIterator(
	Document pADoc,
	MEPAnalyticalNode startNode,
	MEPAnalyticalSegment startSegment
)
  • pADoc
    The document of the analytical network.
  • startNode
    The starting analytical node. It must be one of two nodes of the starting segment.
  • startSegment
    The starting analytical segment to specify the traversing direction from the starting node.