Removes a component from this contact.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub RemoveEntity( _
ByVal NIndex As System.Integer _
) |
Visual Basic (Usage) | |
---|
Dim instance As ICWContactComponent
Dim NIndex As System.Integer
instance.RemoveEntity(NIndex) |
C# | |
---|
void RemoveEntity(
System.int NIndex
) |
C++/CLI | |
---|
void RemoveEntity(
& System.int NIndex
) |
Parameters
- NIndex
- Index of component to remove
See Also
Availability
SOLIDWORKS Simulation API 2017 SP0