Gets or sets the thermostat units for heat flux.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property ThermostatUnits As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICWHeatFlux
Dim value As System.Integer
instance.ThermostatUnits = value
value = instance.ThermostatUnits |
CSolidWorks.Interop.cosworks~SolidWorks.Interop.cosworks.ICWHeatFlux~ThermostatUnits.html# | |
---|
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 2017 SP0