MEPAnalytical |
Gets the analytical segment at the specified position.
Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Parameters
- index Int32
- The index where the segment is stored. This index is 0 based.
Return Value
MEPAnalyticalSegmentThe returned analytical segment.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | The index must range from 0 to GetNumberOfSegments()-1. |