Sets the suppression state of the specified contact set.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function SuppressUnsuppressContactPair( _
ByVal SName As System.String, _
ByVal BSuppress As System.Integer _
) As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICWContactManager
Dim SName As System.String
Dim BSuppress As System.Integer
Dim value As System.Integer
value = instance.SuppressUnsuppressContactPair(SName, BSuppress) |
CSolidWorks.Interop.cosworks~SolidWorks.Interop.cosworks.ICWContactManager~SuppressUnsuppressContactPair.html# | |
---|
System.int SuppressUnsuppressContactPair(
System.string SName,
System.int BSuppress
) |
C++/CLI | |
---|
System.int SuppressUnsuppressContactPair(
& System.String^ SName,
& System.int BSuppress
) |
Parameters
- SName
- Name of contact set (see Remarks)
- BSuppress
- 1 to suppress, 0 to unsuppress (see Remarks)
Return Value
Error code as defined in
swsContactSuppressUnsuppressError_e
Example
Remarks
See Also
Availability
SOLIDWORKS Simulation API 2017 SP0