An enumerated type listing all the pipe flow states for a pipe
Namespace: Autodesk.Revit.DB.Plumbing
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)
Syntax
C#
public enum PipeFlowState
Members
Member name | Value | Description |
---|---|---|
LaminarState | 0 | The flow state is Laminar |
MultiValues | -1 | The flow state has multi values |
TransitionState | 1 | The flow state is Transition |
TurbulentState | 2 | The flow state is Turbulent |