✨ Located in SF Bay Area or LA? Get free Revit AI automation consulting from YC-backed AI engineers →

Flow Property


The flow of this piping system

Namespace: Autodesk.Revit.DB.Mechanical
Assembly: RevitAPI (in RevitAPI.dll) Version: 17.0.0.0 (17.0.1090.0)
Since: 2011

Syntax

C#
[ObsoleteAttribute("This property is obsolete in Revit 2017. Please use GetFlow method instead.")]
public double Flow { get; }
Visual Basic
<ObsoleteAttribute("This property is obsolete in Revit 2017. Please use GetFlow method instead.")> _
Public ReadOnly Property Flow As Double
	Get
Visual C++
[ObsoleteAttribute(L"This property is obsolete in Revit 2017. Please use GetFlow method instead.")]
public:
property double Flow {
	double get ();
}

See Also