Gets or sets the status of initial temperature from the thermal study.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property UseTemperatureFromThermalStudy As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICWThermalStudyOptions
Dim value As System.Integer
instance.UseTemperatureFromThermalStudy = value
value = instance.UseTemperatureFromThermalStudy |
C# | |
---|
System.int UseTemperatureFromThermalStudy {get; set;} |
C++/CLI | |
---|
property System.int UseTemperatureFromThermalStudy {
System.int get();
void set ( & System.int value);
} |
Property 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