Gets the analytical segment with the specified id.
Namespace: Autodesk.Revit.DB.AnalysisAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public MEPAnalyticalSegment GetSegmentById(
int segmentId
)
Parameters
- segmentId Int32
-
The segment id to be retrieved. This id is not 0 based.
Return Value
MEPAnalyticalSegment
The returned analytical segment.
Exceptions
See Also
Reference