Share

PipeFittingAndAccessoryPressureDropItem Class

A flow path of the pipe/pipe fitting and accessory. It is defined by the begin connector and end connector

Inheritance Hierarchy

System.Object
  Autodesk.Revit.DB.Plumbing.PipeFittingAndAccessoryPressureDropItem


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

Syntax

C#

public class PipeFittingAndAccessoryPressureDropItem : IDisposable

The PipeFittingAndAccessoryPressureDropItem type exposes the following members.

Properties

 NameDescription
Public propertyBeginConnectorIndex The index of the begin connector of the flow path.
Public propertyCoefficient The coefficient between the begin connector and end connector, unitlesss.
Public propertyEndConnectorIndex The index of the end conector of the flow path.
Public propertyIsValidObject Specifies whether the .NET object represents a valid Revit entity.
Public propertyVelocityPressure The velocity pressure, for converting between coefficient and pressure drop on this flow path. Units: (kg/(ft·s²)).

Methods

 NameDescription
Public methodDisposeReleases all resources used by the PipeFittingAndAccessoryPressureDropItem
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)

See Also

Reference

Was this information helpful?