MEPAnalyticalModelData.GetSegmentByIndex
Method
Description:
Gets the analytical segment at the specified position.
Gets the analytical segment at the specified position.
Parameters
| Parameter | Type | Description |
|---|---|---|
| index | Int32 | The index where the segment is stored. This index is 0 based. |
Return Value
| Type | Description |
|---|---|
| MEPAnalyticalSegment | The returned analytical segment. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | The index must range from 0 to GetNumberOfSegments()-1. |