Removes the target entity at the specified index at the second location.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub RemoveEntityAtSecondLocation( _
ByVal NIndex As System.Integer _
) |
Visual Basic (Usage) | |
---|
Dim instance As ICWBoltConnector
Dim NIndex As System.Integer
instance.RemoveEntityAtSecondLocation(NIndex) |
C# | |
---|
void RemoveEntityAtSecondLocation(
System.int NIndex
) |
C++/CLI | |
---|
void RemoveEntityAtSecondLocation(
& System.int NIndex
) |
Parameters
- NIndex
- 0-based index of the target entity to remove at the second location
Remarks
See Also
Availability
SolidWorks Simulation API 2009 SP0