PipePressureDropData.VelocityPressure Property

PipePressureDropDataVelocityPressure Property

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

Namespace: Autodesk.Revit.DB.Plumbing
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.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