DuctFittingAndAccessoryPressureDropItem
Description:
A flow path of the duct/pipe fitting and accessory. It is defined by the begin connector and end connector.
A flow path of the duct/pipe fitting and accessory. It is defined by the begin connector and end connector.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.Mechanical.DuctFittingAndAccessoryPressureDropItem
System.Object
Autodesk.Revit.DB.Mechanical.DuctFittingAndAccessoryPressureDropItem
public class DuctFittingAndAccessoryPressureDropItem : IDisposable
| Name | Return Type | Description |
|---|---|---|
| Dispose() | None | Releases all resources used by the |
| Name | Return Type | Description |
|---|---|---|
| BeginConnectorIndex | int | The index of the begin connector of the flow path. |
| Coefficient | double | The coefficient between the begin connector and end connector, Units: (kg/(ft·s²)). |
| EndConnectorIndex | int | The index of the end conector of the flow path. |
| IsValidObject | bool | Specifies whether the .NET object represents a valid Revit entity. |
| VelocityPressure | double | The velocity pressure, for converting between coefficient and pressure drop on this flow path. Units: (kg/(ft·s²)). |