Removes the source entity at the specified index at the first location.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub RemoveEntityAtFirstLocation( _
ByVal NIndex As Integer _
) |
Visual Basic (Usage) | |
---|
Dim instance As ICWBoltConnector
Dim NIndex As Integer
instance.RemoveEntityAtFirstLocation(NIndex)
|
C# | |
---|
void RemoveEntityAtFirstLocation(
int NIndex
) |
C++/CLI | |
---|
void RemoveEntityAtFirstLocation(
& int NIndex
) |
Parameters
- NIndex
- 0-based index at which to remove the source entity at the first location
Return Value
Call
ICWBoltConnector::GetSourceEntityCount before calling this method to get a valid index.
See Also
Availability
SolidWorks Simulation API 2009 SP0