Gets the joints in the model.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetJointGroup( _
ByRef ErrorCode As Integer _
) As CWJoints |
Visual Basic (Usage) | |
---|
Dim instance As ICWBeamManager
Dim ErrorCode As Integer
Dim value As CWJoints
value = instance.GetJointGroup(ErrorCode)
|
C# | |
---|
CWJoints GetJointGroup(
out int ErrorCode
) |
C++/CLI | |
---|
CWJoints^ GetJointGroup(
& [Out] int ErrorCode
) |
Parameters
- ErrorCode
- 0 if successful, 1 if not
Return Value
Joints
Example
See Also
Availability
SolidWorks Simulation API 2010 SP0