Deletes a shell from the study.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub DeleteShell( _
ByVal SName As String _
) |
Visual Basic (Usage) | |
---|
Dim instance As ICWShellManager
Dim SName As String
instance.DeleteShell(SName)
|
C# | |
---|
void DeleteShell(
string SName
) |
C++/CLI | |
---|
void DeleteShell(
& String^ SName
) |
Parameters
- SName
- Name of the shell to delete
See Also
Availability
SolidWorks Simulation API 2008 SP1.0