Share

MEPAnalyticalModelData.GetSegmentData Method

Gets the analysis data on the specified segment.


Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public MEPNetworkSegmentData GetSegmentData(
	int segmentId
)

Parameters

segmentId  Int32
The segment id to be retrieved.

Return Value

MEPNetworkSegmentData
The calculated data of this segment. Be aware that the segment data may be invalid if the calculation failed.

Exceptions

ExceptionCondition
ArgumentException The input must be a valid segment id.

See Also

Reference

Was this information helpful?