DuctPressureDropData.Friction Property

DuctPressureDropDataFriction Property

The friction of the duct. Units: (kg/(ft²·s²)).

Namespace: Autodesk.Revit.DB.Mechanical
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public double Friction { get; set; }
Public Property Friction As Double
	Get
	Set
public:
property double Friction {
	double get ();
	void set (double value);
}
member Friction : float with get, set

Property Value

Double
See Also