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