PipeFlowState Enumeration

PipeFlowState Enumeration

An enumerated type listing all the pipe flow states for a pipe

Namespace: Autodesk.Revit.DB.Plumbing
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public enum PipeFlowState
Public Enumeration PipeFlowState
public enum class PipeFlowState
type PipeFlowState
Members
Member nameValueDescription
LaminarState0 The flow state is Laminar
MultiValues-1 The flow state has multi values
TransitionState1 The flow state is Transition
TurbulentState2 The flow state is Turbulent
See Also