MEPAnalyticalModelDataGetSegmentByIndex Method |
Gets the analytical segment at the specified position.
Namespace: Autodesk.Revit.DB.AnalysisAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic MEPAnalyticalSegment GetSegmentByIndex(
int index
)
Public Function GetSegmentByIndex (
index As Integer
) As MEPAnalyticalSegment
public:
MEPAnalyticalSegment^ GetSegmentByIndex(
int index
)
member GetSegmentByIndex :
index : int -> MEPAnalyticalSegment
Parameters
- index Int32
-
The index where the segment is stored. This index is 0 based.
Return Value
MEPAnalyticalSegment
The returned analytical segment.
Exceptions
See Also