PipePlumbingFixtureFlowData.Flow Property

PipePlumbingFixtureFlowDataFlow Property

The actual flow of the plumbing fixture converted from dimension flow or fixture unit. Units: (gal/min).

Namespace: Autodesk.Revit.DB.Plumbing
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public double Flow { get; set; }
Public Property Flow As Double
	Get
	Set
public:
property double Flow {
	double get ();
	void set (double value);
}
member Flow : float with get, set

Property Value

Double
See Also