Gets or sets the thermostat units for heat power.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property ThermostatUnits As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICWHeatPower
Dim value As System.Integer
instance.ThermostatUnits = value
value = instance.ThermostatUnits |
C# | |
---|
System.int ThermostatUnits {get; set;} |
C++/CLI | |
---|
property System.int ThermostatUnits {
System.int get();
void set ( & System.int value);
} |
Property Value
Temperature unit as defined swsTemperatureUnit_e
Example
Remarks
See Also
Availability
SOLIDWORKS Simulation API 2008 SP1.0