Gets the specified fatigue component for the specified entities.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetFatigueForEntities( _
ByVal NComponent As System.Integer, _
ByVal ArraySelectedEntities As System.Object, _
ByRef ErrorCode As System.Integer _
) As System.Object |
Visual Basic (Usage) | |
---|
Dim instance As ICWResults
Dim NComponent As System.Integer
Dim ArraySelectedEntities As System.Object
Dim ErrorCode As System.Integer
Dim value As System.Object
value = instance.GetFatigueForEntities(NComponent, ArraySelectedEntities, ErrorCode) |
Parameters
- NComponent
- Fatigue component as defined in swsFatigueComponent_e
- ArraySelectedEntities
- Array of geometric entities
- ErrorCode
Error as defined in swsResultsError_e
Return Value
Array of fatigue component values
See Also
Availability
SOLIDWORKS Simulation API 2012 SP0