Gets or sets whether to include thermostat effects in heat flux for transient thermal studies.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property IncludeThermostat As Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICWHeatFlux
Dim value As Integer
instance.IncludeThermostat = value
value = instance.IncludeThermostat
|
C# | |
---|
int IncludeThermostat {get; set;} |
C++/CLI | |
---|
property int IncludeThermostat {
int get();
void set (int value);
} |
Return Value
1 to include thermostat effects, 0 to not
Remarks
See Also
Availability
SolidWorks Simulation API 2008 SP1.0