Gets whether the directions of this initial condition are reversed.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub GetReverseDirections2( _
ByRef BVal1 As System.Boolean, _
ByRef BVal2 As System.Boolean, _
ByRef BVal3 As System.Boolean _
) |
Visual Basic (Usage) | |
---|
Dim instance As ICWDynamicInitialCondition
Dim BVal1 As System.Boolean
Dim BVal2 As System.Boolean
Dim BVal3 As System.Boolean
instance.GetReverseDirections2(BVal1, BVal2, BVal3) |
C# | |
---|
void GetReverseDirections2(
out System.bool BVal1,
out System.bool BVal2,
out System.bool BVal3
) |
C++/CLI | |
---|
void GetReverseDirections2(
& [Out] System.bool BVal1,
& [Out] System.bool BVal2,
& [Out] System.bool BVal3
) |
Parameters
- BVal1
- -1 or true if BDir1 of ICWDynamicInitialCondition::GetDirections2 is reversed, 0 or false if not
- BVal2
- -1 or true if BDir2 of ICWDynamicInitialCondition::GetDirections2 is reversed, 0 or false if not
- BVal3
- -1 or true if BDir3 of ICWDynamicInitialCondition::GetDirections2 is reversed, 0 or false if not
Example
See Also
Availability
SOLIDWORKS 2022 FCS, Revision Number 30