Sets solution steps set information.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function SetSolutionStepsSetInformation( _
ByVal NSetNumber As System.Integer, _
ByVal NStartStep As System.Integer, _
ByVal NEndStep As System.Integer, _
ByVal NStepIncrement As System.Integer _
) 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
Dim value As System.Integer
value = instance.SetSolutionStepsSetInformation(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
Return Value
Status code as defined in
swsResultsError_e
Example
Remarks
See Also
Availability
SOLIDWORKS Simulation API 2012 SP0