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