Removes an entity at the specified index to which to apply the force.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub RemoveEntity( _
ByVal NIndex As System.Integer _
) |
Visual Basic (Usage) | |
---|
Dim instance As ICWForce
Dim NIndex As System.Integer
instance.RemoveEntity(NIndex) |
C# | |
---|
void RemoveEntity(
System.int NIndex
) |
C++/CLI | |
---|
void RemoveEntity(
& System.int NIndex
) |
Parameters
- NIndex
- 0-based index at which to remove the entity
See Also
Availability
SolidWorks Simulation API 2008 SP1.0