Removes the specified contact set from the set of contact sets to edit.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function RemoveContactSet( _
ByVal SName As System.String _
) As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICWMultipleContactSetsEditManager
Dim SName As System.String
Dim value As System.Integer
value = instance.RemoveContactSet(SName) |
CSolidWorks.Interop.cosworks~SolidWorks.Interop.cosworks.ICWMultipleContactSetsEditManager~RemoveContactSet.html# | |
---|
System.int RemoveContactSet(
System.string SName
) |
C++/CLI | |
---|
System.int RemoveContactSet(
& System.String^ SName
) |
Parameters
- SName
- Name of contact set to remove from the set of contact sets to edit
Return Value
Error code as defined in
swsMultipleContactsEditErrorCode_e
See Also
Availability
SOLIDWORKS Simulation API 2017 SP0