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