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