SizingCalculatorVelocity Method |
Calculates the velocity based on the specified parameters.
Namespace: Autodesk.Revit.DB.AnalysisAssembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntaxpublic double Velocity(
double flow,
SizingOptions options
)
Public Function Velocity (
flow As Double,
options As SizingOptions
) As Double
public:
double Velocity(
double flow,
SizingOptions^ options
)
member Velocity :
flow : float *
options : SizingOptions -> float Parameters
- flow Double
-
The flow rate.
- options SizingOptions
-
The sizing options containing other input parameters (such as profile type and size).
Return Value
Double
Returns the calculated velocity.
Exceptions
See Also