2027 Class
Changes 4
C

MEPNetworkSegmentData

Description:
Represents the analysis data for one network segment.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.Analysis.MEPNetworkSegmentData
public class MEPNetworkSegmentData : IDisposable
Name Return Type Description Inherited From
C MEPNetworkSegmentData() None Creates a default segment data object.
C MEPNetworkSegmentData(MEPNetworkSegmentData) None Creates a new segment data object based on another object.
Name Return Type Description Inherited From
M Dispose() None Releases all resources used by the MEPNetworkSegmentData
M Equals None Determines whether the specified object is equal to the current object. (Inherited from Object ) Object
M GetDownstreamSegments() IList<MEPNetworkSegmentId> Gets all downstream network segments.
M GetHashCode None Serves as the default hash function. (Inherited from Object ) Object
M GetType None Gets the Type of the current instance. (Inherited from Object ) Object
M GetUpstreamSegments() IList<MEPNetworkSegmentId> Gets all upstream network segments.
M IsValid() Boolean Verified if this segment data has been assigned some valid values afer calculation.
M ToString None Returns a string that represents the current object. (Inherited from Object ) Object
Name Return Type Description Inherited From
P Coefficient double The calculated coefficient of this segment, dimensionless.
P Flow double 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.
P FlowState PipeFlowState The calculated flow state of this segment.
P FrictionFactor double The calculated friction factor of this segment, dimensionless.
P IsCriticalPath bool Verifies if the segment is on the critical path.
P IsValidObject Boolean Specifies whether the .NET object represents a valid Revit entity.
P PressureDrop double The calculated pressure drop of this segment, in kg/(ft*s^2).
P RelativeRoughness double The relative roughness of this segment, dimensionless.
P ReynoldsNumber double The Reynolds number of this segment, dimensionless.
P SectionNumber int The section this segment belongs to.
P Velocity double The calculated velocity of this segment, in ft/s.
P VelocityPressure double The calculated velocity pressure of this segment, in kg/(ft*s^2).