MEPAnalyticalModelData.GetSegmentByIndex
Description:
Gets the analytical segment at the specified position.
Gets the analytical segment at the specified position.
public MEPAnalyticalSegment GetSegmentByIndex(
int index
)
-
Int32indexThe index where the segment is stored. This index is 0 based.
-
The index must range from 0 to GetNumberOfSegments()-1.