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