Gets or sets whether to reverse the direction of heat flux.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property ReverseDirection2 As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ICWHeatFlux
Dim value As System.Boolean
instance.ReverseDirection2 = value
value = instance.ReverseDirection2 |
C# | |
---|
System.bool ReverseDirection2 {get; set;} |
C++/CLI | |
---|
property System.bool ReverseDirection2 {
System.bool get();
void set ( & System.bool value);
} |
Property Value
-1 or true to reverse direction, 0 or false to not
Example
Remarks
See Also
Availability
SOLIDWORKS 2022 FCS, Revision Number 30