Changes the suppression state of an equation in the specified configuration.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function ChangeSuppressionForConfiguration( _
ByVal Index As Integer, _
ByVal ConfigName As String, _
ByVal State As Boolean _
) As Integer |
Visual Basic (Usage) | |
---|
Dim instance As IEquationMgr
Dim Index As Integer
Dim ConfigName As String
Dim State As Boolean
Dim value As Integer
value = instance.ChangeSuppressionForConfiguration(Index, ConfigName, State)
|
Parameters
- Index
- Index of the target equation
- ConfigName
- Configuration in which the equation is to be suppressed (NULL for the current configuration)
- State
- True suppresses the equation, false unsuppresses it
Return Value
Index of the equation; -1 if there was an error
See Also
Availability
SolidWorks 2001Plus FCS, Revision Number 10.0