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