MEPAnalyticalModelData.GetSegmentData
Description:
Gets the analysis data on the specified segment.
Gets the analysis data on the specified segment.
public MEPNetworkSegmentData GetSegmentData(
int segmentId
)
-
Int32segmentIdThe segment id to be retrieved.
Return Value
MEPNetworkSegmentData
The calculated data of this segment. Be aware that the segment data may be invalid if the calculation failed.
-
The input must be a valid segment id.