CriticalPathCollector
Constructor
Description:
Creates a new CriticalPathCollector that visits the analytical segments on the network critical path.
Creates a new CriticalPathCollector that visits the analytical segments on the network critical path.
Parameters
| Parameter | Type | Description |
|---|---|---|
| doc | Document | The document of the analytical network. |
| segmentId | MEPNetworkSegmentId | The analytical segment to identify the network. Note that this segment is not required to be on the critical path. |
Return Value
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | The network segment id is invalid. |
| ArgumentNullException | A non-optional argument was null |