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