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