Gets or sets whether to reverse the Y direction of this bearing load.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property YDirectionReverse As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICWBearingLoad
Dim value As System.Integer
instance.YDirectionReverse = value
value = instance.YDirectionReverse |
CSolidWorks.Interop.cosworks~SolidWorks.Interop.cosworks.ICWBearingLoad~YDirectionReverse.html# | |
---|
System.int YDirectionReverse {get; set;} |
C++/CLI | |
---|
property System.int YDirectionReverse {
System.int get();
void set ( & System.int value);
} |
Property Value
1 to reverse the Y direction, 0 to not
Example
See Also
Availability
SOLIDWORKS Simulation API 2017 SP0