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