Gets the analytical segment at the specified position.
Namespace: Autodesk.Revit.DB.AnalysisAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public MEPAnalyticalSegment GetSegmentByIndex(
int index
)
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
Reference