Removes the entity at the specfiied index.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub RemoveEntityAt( _
ByVal NIndex As Integer _
) |
Visual Basic (Usage) | |
---|
Dim instance As ICWElasticConnector
Dim NIndex As Integer
instance.RemoveEntityAt(NIndex)
|
C# | |
---|
void RemoveEntityAt(
int NIndex
) |
C++/CLI | |
---|
void RemoveEntityAt(
& int NIndex
) |
Parameters
- NIndex
- 0-based index at which to remove the entity
Remarks
See Also
Availability
SolidWorks Simulation API 2009 SP0