Revit 2026 API
Pipe |
The flowState of the pipe.
Namespace: Autodesk.Revit.DB.Plumbing
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public PipeFlowState FlowState { get; set; }
Public Property FlowState As PipeFlowState Get Set
public: property PipeFlowState FlowState { PipeFlowState get (); void set (PipeFlowState value); }
member FlowState : PipeFlowState with get, set
Property Value
PipeFlowState
Exception | Condition |
---|---|
ArgumentOutOfRangeException | When setting this property: A value passed for an enumeration argument is not a member of that enumeration |
See Also