PipePressureDropData.FrictionFactor Property

PipePressureDropDataFrictionFactor Property

The friction factor of the pipe.

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

Property Value

Double
See Also