MEPNetworkSegmentData Class

Represents the analysis data for one network segment.
Inheritance Hierarchy
SystemObject
  Autodesk.Revit.DB.AnalysisMEPNetworkSegmentData

Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public class MEPNetworkSegmentData : IDisposable

The MEPNetworkSegmentData type exposes the following members.

Constructors
 NameDescription
Public methodMEPNetworkSegmentData Creates a default segment data object.
Public methodMEPNetworkSegmentData(MEPNetworkSegmentData) Creates a new segment data object based on another object.
Top
Properties
 NameDescription
Public propertyCoefficient The calculated coefficient of this segment, dimensionless.
Public propertyFlow The calculated flow of this segment, in ft^3/s. The positive value means the flow is from the start to the end node, the negative value means opposite direction.
Public propertyFlowState The calculated flow state of this segment.
Public propertyFrictionFactor The calculated friction factor of this segment, dimensionless.
Public propertyIsCriticalPath Verifies if the segment is on the critical path.
Public propertyIsValidObject Specifies whether the .NET object represents a valid Revit entity.
Public propertyPressureDrop The calculated pressure drop of this segment, in kg/(ft*s^2).
Public propertyRelativeRoughness The relative roughness of this segment, dimensionless.
Public propertyReynoldsNumber The Reynolds number of this segment, dimensionless.
Public propertySectionNumber The section this segment belongs to.
Public propertyVelocity The calculated velocity of this segment, in ft/s.
Public propertyVelocityPressure The calculated velocity pressure of this segment, in kg/(ft*s^2).
Top
Methods
 NameDescription
Public methodDisposeReleases all resources used by the MEPNetworkSegmentData
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetDownstreamSegments Gets all downstream network segments.
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodGetUpstreamSegments Gets all upstream network segments.
Public methodIsValid Verified if this segment data has been assigned some valid values afer calculation.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also