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