Gets the thermostat cut off temperatures (lower and upper bounds) used in heat power for transient thermal studies.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub GetCutOffTemperatures( _
ByRef DVal1 As System.Double, _
ByRef DVal2 As System.Double _
) |
Visual Basic (Usage) | |
---|
Dim instance As ICWHeatPower
Dim DVal1 As System.Double
Dim DVal2 As System.Double
instance.GetCutOffTemperatures(DVal1, DVal2) |
C# | |
---|
void GetCutOffTemperatures(
out System.double DVal1,
out System.double DVal2
) |
C++/CLI | |
---|
void GetCutOffTemperatures(
& [Out] System.double DVal1,
& [Out] System.double DVal2
) |
Parameters
- DVal1
- Lower-bound temperature
- DVal2
- Lower-bound temperature
See Also
Availability
SOLIDWORKS Simulation API 2008 SP1.0