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