Revit 2026 API
Piping |
Indicates if any flow server which was used in the piping system is not available.
Namespace: Autodesk.Revit.DB.Plumbing
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool IsFlowServerMissing()
Public Function IsFlowServerMissing As Boolean
public: bool IsFlowServerMissing()
member IsFlowServerMissing : unit -> bool
Return Value
BooleanTrue if there is any flow server not available, false otherwise.
See Also