Deletes the specified component contact.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub DeleteContactComponent( _
ByVal SName As String _
) |
Visual Basic (Usage) | |
---|
Dim instance As ICWContactManager
Dim SName As String
instance.DeleteContactComponent(SName)
|
C# | |
---|
void DeleteContactComponent(
string SName
) |
C++/CLI | |
---|
void DeleteContactComponent(
& String^ SName
) |
Parameters
- SName
- Name of the component contact
See Also
Availability
SolidWorks Simulation API 2008 SP1.0