The velocity pressure of the connector.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Syntax
C# |
---|
public double VelocityPressure { get; } |
Visual Basic |
---|
Public ReadOnly Property VelocityPressure As Double Get |
Visual C++ |
---|
public: property double VelocityPressure { double get (); } |
Remarks
Instantaneous velocity pressure of this connector,calculated according to system.
Exceptions
Exception | Condition |
---|---|
Autodesk.Revit.Exceptions..::..InvalidOperationException | This connector does not support flow calculation and associated properties. |