MEPAnalyticalModelData.GetSegmentData
Method
Description:
Gets the analysis data on the specified segment.
Gets the analysis data on the specified segment.
Parameters
| Parameter | Type | Description |
|---|---|---|
| segmentId | Int32 | The segment id to be retrieved. |
Return Value
| Type | Description |
|---|---|
| MEPNetworkSegmentData | The calculated data of this segment. Be aware that the segment data may be invalid if the calculation failed. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | The input must be a valid segment id. |