| Revit 2023 API |
| PipeFittingAndAccessoryPressureDropItem..::..VelocityPressure Property |
| PipeFittingAndAccessoryPressureDropItem Class See Also |
The velocity pressure, for converting between coefficient and pressure drop on this flow path. Units: (kg/(ft·s²)).
Namespace: Autodesk.Revit.DB.Plumbing
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since:
2014
Syntax
| C# |
|---|
public double VelocityPressure { get; } |
| Visual Basic |
|---|
Public ReadOnly Property VelocityPressure As Double Get |
| Visual C++ |
|---|
public: property double VelocityPressure { double get (); } |