Removes the entity at the specified index.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub RemoveEntityFromSecondLocation( _
ByVal NIndex As System.Integer _
) |
Visual Basic (Usage) | |
---|
Dim instance As ICWPinConnector
Dim NIndex As System.Integer
instance.RemoveEntityFromSecondLocation(NIndex) |
C# | |
---|
void RemoveEntityFromSecondLocation(
System.int NIndex
) |
C++/CLI | |
---|
void RemoveEntityFromSecondLocation(
& System.int NIndex
) |
Parameters
- NIndex
- Index of entity to remove
See Also
Availability
SOLIDWORKS Simulation 2009 SP0