Displays or hides the specified load case combination.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function SuppressOrUnSuppressLoadCaseCombination( _
ByVal SCombinationName As System.String, _
ByVal BSuppress As System.Boolean _
) As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ICWLoadCaseManager
Dim SCombinationName As System.String
Dim BSuppress As System.Boolean
Dim value As System.Boolean
value = instance.SuppressOrUnSuppressLoadCaseCombination(SCombinationName, BSuppress) |
Parameters
- SCombinationName
- Name of load case combination
- BSuppress
- True to hide SCombinationName, false to display it
Return Value
True if successful, false if not
Example
Remarks
See Also
Availability
SOLIDWORKS Simulation API 2016 SP0