PipingSystemIsFlowServerMissing Method |
Indicates if any flow server which was used in the piping system is not available.
Namespace: Autodesk.Revit.DB.PlumbingAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic bool IsFlowServerMissing()
Public Function IsFlowServerMissing As Boolean
public:
bool IsFlowServerMissing()
member IsFlowServerMissing : unit -> bool
Return Value
Boolean
True if there is any flow server not available, false otherwise.
See Also