Gets the time range of the modal time history dynamic study.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetTimeHistoryTimeRangeValues2( _
ByRef DStartTime As System.Double, _
ByRef DEndTime As System.Double, _
ByRef DTimeIncrement As System.Double _
) As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICWDynamicStudyOptions
Dim DStartTime As System.Double
Dim DEndTime As System.Double
Dim DTimeIncrement As System.Double
Dim value As System.Integer
value = instance.GetTimeHistoryTimeRangeValues2(DStartTime, DEndTime, DTimeIncrement) |
Parameters
- DStartTime
- Start time
- DEndTime
- End time
- DTimeIncrement
- Time increment
Return Value
0 indicates success; a non-0 value indicates failure
Example
See Also
Availability
SOLIDWORKS Simulation API 2015 SP0