Gets or sets the status of initial temperature from the thermal study.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property UseTemperatureFromThermalStudy2 As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ICWThermalStudyOptions
Dim value As System.Boolean
instance.UseTemperatureFromThermalStudy2 = value
value = instance.UseTemperatureFromThermalStudy2 |
C# | |
---|
System.bool UseTemperatureFromThermalStudy2 {get; set;} |
C++/CLI | |
---|
property System.bool UseTemperatureFromThermalStudy2 {
System.bool get();
void set ( & System.bool value);
} |
Property Value
- -1 or true = Use initial temperature from the thermal study
- 0 or false = Do not use initial temperature from the thermal study
Remarks
See Also
Availability
SOLIDWORKS 2022 FCS, Revision Number 30