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