MEPNetworkIterator(Document, MEPAnalyticalModelData, ConnectorDomainType)
Constructor
Description:
Creates an iterator by the analytical model data to visit all connected components in the network.
Creates an iterator by the analytical model data to visit all connected components in the network.
Syntax
public MEPNetworkIterator(
Document pADoc,
MEPAnalyticalModelData seed,
ConnectorDomainType eDomain
)
Parameters
Parameter | Type | Description |
---|---|---|
pADoc | Document | The document of the analytical network. |
seed | MEPAnalyticalModelData | The analytical model data of the starting element. |
eDomain | ConnectorDomainType | The domain of network that the iteration happens. |
Return Value
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |
ArgumentOutOfRangeException | A value passed for an enumeration argument is not a member of that enumeration |