The fluid density of the pipe fitting or pipe accessory, Units: (kg/ft³).

Namespace: Autodesk.Revit.DB.Plumbing
Assembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Since:  2014

Syntax

C#
public double FluidDensity { get; }
Visual Basic
Public ReadOnly Property FluidDensity As Double
	Get
Visual C++
public:
property double FluidDensity {
	double get ();
}

See Also