MEPAnalyticalModelData.GetSegmentById
Method
Description:
Gets the analytical segment with the specified id.
Gets the analytical segment with the specified id.
Parameters
Parameter | Type | Description |
---|---|---|
segmentId | Int32 | The segment id to be retrieved. This id is not 0 based. |
Return Value
Type | Description |
---|---|
MEPAnalyticalSegment | The returned analytical segment. |
Exceptions
Exception | Condition |
---|---|
ArgumentException | The input must be a valid segment id. |