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