An enumerated type listing all pipe loss method types for a connector
Namespace: Autodesk.Revit.DB.Plumbing
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public enum PipeLossMethodType
Members
| Member name | Value | Description |
|---|---|---|
| Coefficient | 6 | pipe loss method depend on coefficient. |
| NotDefined | 0 | pipe loss method is undefined. |
| SpecificLoss | 4 | pipe loss method is specified. |
| Table | 1 | pipe loss method is depend on the coefficient from table. |
