Revit 2025 API
Critical |
Gets the calculated flow of the network.
Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public double GetCalculatedFlow()
Public Function GetCalculatedFlow As Double
public: double GetCalculatedFlow()
member GetCalculatedFlow : unit -> float
Return Value
DoubleThe flow value in the internal Revit unit ft^3/second.

The calculated flow is the maximum flow value of any analytical segment on the network, typically associated with the main branch.
See Also