<Code Lib>
M

MEPAnalyticalModelData.GetSegmentById

Description:
Gets the analytical segment with the specified id.

public MEPAnalyticalSegment GetSegmentById(
	int segmentId
)

  • segmentId
    The segment id to be retrieved. This id is not 0 based.
Return Value MEPAnalyticalSegment The returned analytical segment.

Loading…