Gets the times or frequencies for all solution steps or mode shapes in these results.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetTimeOrFrequencyAtEachStep( _
ByVal ForStressAndStrain As System.Integer, _
ByRef ErrorCode As System.Integer _
) As System.Object |
Visual Basic (Usage) | |
---|
Dim instance As ICWResults
Dim ForStressAndStrain As System.Integer
Dim ErrorCode As System.Integer
Dim value As System.Object
value = instance.GetTimeOrFrequencyAtEachStep(ForStressAndStrain, ErrorCode) |
Parameters
- ForStressAndStrain
- 1 for stress or strain results, 0 for other results
- ErrorCode
- Error as defined in swsResultsError_e
Return Value
0-based array of:
- Times for time-domain studies
- or -
- Frequencies for frequency-domain studies
for all solution steps or mode shapes
Example
See Also
Availability
SOLIDWORKS Simulation API 2016 SP0