Gets or sets the status of initial temperature from the thermal study.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property UseTemperatureFromThermalStudy As Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICWThermalStudyOptions
Dim value As Integer
instance.UseTemperatureFromThermalStudy = value
value = instance.UseTemperatureFromThermalStudy
|
C# | |
---|
int UseTemperatureFromThermalStudy {get; set;} |
C++/CLI | |
---|
property int UseTemperatureFromThermalStudy {
int get();
void set (int value);
} |
Return Value
- 1 = Use initial temperature from the thermal study
- 0 = Do not use initial temperature from the thermal study
See Also
Availability
SolidWorks Simulation API 2008 SP1.0