Renames the specified primary load case.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function RenamePrimaryLoadCase( _
ByVal SLoadCaseName As System.String, _
ByVal SNewLoadCaseName As System.String _
) As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ICWLoadCaseManager
Dim SLoadCaseName As System.String
Dim SNewLoadCaseName As System.String
Dim value As System.Boolean
value = instance.RenamePrimaryLoadCase(SLoadCaseName, SNewLoadCaseName) |
Parameters
- SLoadCaseName
- Current name of primary load case
- SNewLoadCaseName
- New name of primary load case
Return Value
True if successful, false if not
Example
Remarks
See Also
Availability
SOLIDWORKS Simulation API 2016 SP0