Skip to content

MEPNetworkSegmentData

Public Class

Represents the analysis data for one network segment.

Inheritance Hierarchy

System.Object
Autodesk.Revit.DB.Analysis.MEPNetworkSegmentData

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

Name

Description


Public Method
MEPNetworkSegmentData.

Creates a default segment data object.


Public Method
MEPNetworkSegmentData(MEPNetworkSegmentData)

Creates a new segment data object based on another object.


Properties

Name

Description


Public Property

The calculated coefficient of this segment, dimensionless.


Public Property

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 Property

The calculated flow state of this segment.


Public Property

The calculated friction factor of this segment, dimensionless.


Public Property

Verifies if the segment is on the critical path.


Public Property
IsValidObject

Specifies whether the .NET object represents a valid Revit entity.


Public Property

The calculated pressure drop of this segment, in kg/(ft*s^2).


Public Property

The relative roughness of this segment, dimensionless.


Public Property

The Reynolds number of this segment, dimensionless.


Public Property

The section this segment belongs to.


Public Property

The calculated velocity of this segment, in ft/s.


Public Property

The calculated velocity pressure of this segment, in kg/(ft*s^2).


Methods

Name

Description


Public Method

Releases all resources used by the MEPNetworkSegmentData


Public Method

Equals

Determines whether the specified object is equal to the current object.
(Inherited from Object)


Public Method

Gets all downstream network segments.


Public Method

GetHashCode

Serves as the default hash function.
(Inherited from Object)


Public Method

GetType

Gets the Type of the current instance.
(Inherited from Object)


Public Method

Gets all upstream network segments.


Public Method

Verified if this segment data has been assigned some valid values afer calculation.


Public Method

ToString

Returns a string that represents the current object.
(Inherited from Object)