MEPNetworkIterator(Document, MEPAnalyticalNode, MEPAnalyticalSegment)
Constructor
Description:
Creates an iterator to visit the connected segments on one side of the network.
Creates an iterator to visit the connected segments on one side of the network.
Syntax
public MEPNetworkIterator(
Document pADoc,
MEPAnalyticalNode startNode,
MEPAnalyticalSegment startSegment
)
Parameters
Parameter | Type | Description |
---|---|---|
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. |
Return Value
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |