Converts the specified static study to the specified target study.
.NET Syntax
Visual Basic (Usage) | |
---|
Dim instance As ICWStudyManager
Dim SName As System.String
Dim NSrcStudyType As System.Integer
Dim SNewName As System.String
Dim NTargetStudyType As System.Integer
Dim SConfiguration As System.String
Dim NTargetStudySubType As System.Integer
Dim Errors As System.Integer
Dim value As CWStudy
value = instance.ConvertStudy(SName, NSrcStudyType, SNewName, NTargetStudyType, SConfiguration, NTargetStudySubType, Errors) |
Parameters
- SName
- Name of static study to convert
- NSrcStudyType
- swsAnalysisStudyType_e.swsAnalysisStudyTypeStatic
- SNewName
- Name of target study to which to convert
- NTargetStudyType
- (see Remarks)
- SConfiguration
- Name of model configuration
- NTargetStudySubType
- (see Remarks)
- Errors
- Error as defined in swsStudyError_e
Return Value
ICWStudy
Example
Remarks
See Also
Availability
SOLIDWORKS Simulation API 2017 SP0