Density Property
The density of the duct.Units: (kg/ft³).

Namespace: Autodesk.Revit.DB.Mechanical
Assembly: RevitAPI (in RevitAPI.dll) Version: 19.0.0.0 (19.0.0.405)
Since:  2014

Syntax

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

See Also