Gets solution steps information for the specified set.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub GetSolutionStepsSetInformation( _
ByVal NSetNumber As System.Integer, _
ByRef NStartStep As System.Integer, _
ByRef NEndStep As System.Integer, _
ByRef NStepIncrement As System.Integer _
) |
Visual Basic (Usage) | |
---|
Dim instance As ICWStudyResultOptions
Dim NSetNumber As System.Integer
Dim NStartStep As System.Integer
Dim NEndStep As System.Integer
Dim NStepIncrement As System.Integer
instance.GetSolutionStepsSetInformation(NSetNumber, NStartStep, NEndStep, NStepIncrement) |
Parameters
- NSetNumber
- Solution steps set number (1-5)
- NStartStep
- 1 <= Starting step <= 10000
- NEndStep
- 1 <= Ending step <= 10000
- NStepIncrement
- 1 <= Step increment <= 10000
Remarks
See Also
Availability
SolidWorks Simulation API 2012 SP0