Gets the algebraic minimum and maximum for the specified fatigue component.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetMinMaxFatigue( _
ByVal NComponent As System.Integer, _
ByRef ErrorCode As System.Integer _
) As System.Object |
Visual Basic (Usage) | |
---|
Dim instance As ICWResults
Dim NComponent As System.Integer
Dim ErrorCode As System.Integer
Dim value As System.Object
value = instance.GetMinMaxFatigue(NComponent, ErrorCode) |
C++/CLI | |
---|
System.Object^ GetMinMaxFatigue(
& System.int NComponent,
& [Out] System.int ErrorCode
) |
Parameters
- NComponent
- Type of fatigue as defined in swsFatigueComponent_e
- ErrorCode
Error as defined in swsResultsError_e
Return Value
Array (see
Remarks)
Example
Remarks
See Also
Availability
SolidWorks Simulation API 2012 SP0