Gets or sets the suppression state of the equation at the specified index in the current configuration.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property Suppression( _
ByVal Index As Integer _
) As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IEquationMgr
Dim Index As Integer
Dim value As Boolean
instance.Suppression(Index) = value
value = instance.Suppression(Index)
|
C# | |
---|
bool Suppression(
int Index
) {get; set;} |
C++/CLI | |
---|
property bool Suppression {
bool get(int Index);
void set (int Index, bool value);
} |
Parameters
- Index
- Index of the equation
Return Value
True if the equation is suppressed, false if not
Example
See Also
Availability
SolidWorks 2001Plus, Revision Number 10.0