Sets the study association data for this fatigue event.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function SetStudyAssociationData( _
ByVal NCount As System.Integer, _
ByVal VarStudyNames As System.Object, _
ByVal VarScales As System.Object, _
ByVal VarSteps As System.Object _
) As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICWFatigueEvent
Dim NCount As System.Integer
Dim VarStudyNames As System.Object
Dim VarScales As System.Object
Dim VarSteps As System.Object
Dim value As System.Integer
value = instance.SetStudyAssociationData(NCount, VarStudyNames, VarScales, VarSteps) |
Parameters
- NCount
- Number of study associations
- VarStudyNames
- Array of reference study names
- VarScales
- Array of scale factors to apply to the scaled loads of studies in VarStudyNames to calculate the alternating stresses; valid only if VarStudyNames contains the names of linear studies
- VarSteps
- Array of solution steps whose stress results are used to calculate the alternating stresses; valid only if VarStudyNames contains the names of nonlinear or linear dynamic studies
Return Value
Error code as defined in
swsFatigueEventEndEditError_e
Example
See Also
Availability
SOLIDWORKS Simulation API 2012 SP0