DuctPressureDropData.VelocityPressure Property

DuctPressureDropDataVelocityPressure Property

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

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

Property Value

Double
See Also