Revit 2026 API
MEPAnalytical |
Gets the overidden value of pressuer drop, in kg/(ft*s^2).
Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public double GetPressureDropOverride()
Public Function GetPressureDropOverride As Double
public: double GetPressureDropOverride()
member GetPressureDropOverride : unit -> float
Return Value
DoubleThe overridden value, or 0.0 if the pressure drop is not overridden. Note that the value can be negative to indicate the pressure gain at the flow direction.
See Also