| Revit 2022.1 API |
| PipePressureDropData..::..Velocity Property |
| PipePressureDropData Class See Also |
The velocity of the pipe. Units: (ft/s) .
Namespace: Autodesk.Revit.DB.Plumbing
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.1.0)
Since:
2014
Syntax
| C# |
|---|
public double Velocity { get; set; } |
| Visual Basic |
|---|
Public Property Velocity As Double Get Set |
| Visual C++ |
|---|
public: property double Velocity { double get (); void set (double value); } |