Revit 2026 API
MEPAnalytical |
Gets the flow value of this analytical connection.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public double GetFlow()
Public Function GetFlow As Double
public: double GetFlow()
member GetFlow : unit -> float
Return Value
DoubleThe flow value.
If the network flow is asynchronously calculated, this method would wait until the calculation is completed.
This ensures the returned flow value is always up to date.
See Also