PipeLossMethodType Enumeration |
An enumerated type listing all pipe loss method types for a connector
Namespace: Autodesk.Revit.DB.PlumbingAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic enum PipeLossMethodType
Public Enumeration PipeLossMethodType
public enum class 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. |
See Also