PipePlumbingFixtureFlowDataFlow Property |
The actual flow of the plumbing fixture converted from dimension flow or fixture unit. Units: (gal/min).
Namespace: Autodesk.Revit.DB.PlumbingAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic 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