PipePlumbingFixtureFlowData.DimensionFlow Property

PipePlumbingFixtureFlowDataDimensionFlow Property

The dimension flow which is used to calculate flow of the pipe. Units: (gal/min).

Namespace: Autodesk.Revit.DB.Plumbing
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public double DimensionFlow { get; }
Public ReadOnly Property DimensionFlow As Double
	Get
public:
property double DimensionFlow {
	double get ();
}
member DimensionFlow : float with get

Property Value

Double
See Also