Gets or sets whether to reverse the direction of heat power.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property ReverseDirection As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICWHeatPower
Dim value As System.Integer
instance.ReverseDirection = value
value = instance.ReverseDirection |
C# | |
---|
System.int ReverseDirection {get; set;} |
C++/CLI | |
---|
property System.int ReverseDirection {
System.int get();
void set ( & System.int value);
} |
Property Value
1 to reverse direction, 0 to not
Example
See Also
Availability
SOLIDWORKS Simulation API 2017 SP0