Gets or sets whether to use the temperature from the corresponding time of a transient thermal analysis at each nonlinear time step.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property CheckUseTempFromThermalStudy2 As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ICWNonLinearStudyOptions
Dim value As System.Boolean
instance.CheckUseTempFromThermalStudy2 = value
value = instance.CheckUseTempFromThermalStudy2 |
C# | |
---|
System.bool CheckUseTempFromThermalStudy2 {get; set;} |
C++/CLI | |
---|
property System.bool CheckUseTempFromThermalStudy2 {
System.bool get();
void set ( & System.bool value);
} |
Property Value
-1 or true to use the temperature from the corresponding time of a transient thermal analysis at each nonlinear time step, 0 or false to not (see
Remarks)
Remarks
See Also
Availability
SOLIDWORKS Simulation API 2021 SP04