Gets or sets whether to reverse the direction of angular acceleration.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property ReverseAngAccelerationDirection2 As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ICWCentriFugalForce
Dim value As System.Boolean
instance.ReverseAngAccelerationDirection2 = value
value = instance.ReverseAngAccelerationDirection2 |
C# | |
---|
System.bool ReverseAngAccelerationDirection2 {get; set;} |
C++/CLI | |
---|
property System.bool ReverseAngAccelerationDirection2 {
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