Gets the study association data for this fatigue event.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetStudyAssociationData( _
ByRef VarStudyNames As System.Object, _
ByRef VarScales As System.Object, _
ByRef VarSteps As System.Object _
) As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICWFatigueEvent
Dim VarStudyNames As System.Object
Dim VarScales As System.Object
Dim VarSteps As System.Object
Dim value As System.Integer
value = instance.GetStudyAssociationData(VarStudyNames, VarScales, VarSteps) |
Parameters
- 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
Number of study associations
Example
See Also
Availability
SOLIDWORKS Simulation API 2012 SP0