Sets the time range of the modal time history dynamic study.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function SetTimeHistoryTimeRangeValues2( _
ByVal DStartTime As System.Double, _
ByVal DEndTime As System.Double, _
ByVal 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.SetTimeHistoryTimeRangeValues2(DStartTime, DEndTime, DTimeIncrement) |
Parameters
- DStartTime
- Start time
- DEndTime
- End time
- DTimeIncrement
- Time increment
Return Value
0 indicates success; a non-0 value indicates failure
See Also
Availability
SOLIDWORKS Simulation API 2015 SP0