Removes a face, edge, or vertex from the collection of entities to which this remote load is applied.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub RemoveEntity( _
ByVal NIndex As Integer _
) |
Visual Basic (Usage) | |
---|
Dim instance As ICWRemoteLoad
Dim NIndex As Integer
instance.RemoveEntity(NIndex)
|
C# | |
---|
void RemoveEntity(
int NIndex
) |
C++/CLI | |
---|
void RemoveEntity(
& int NIndex
) |
Parameters
- NIndex
- Index of entity to remove
See Also
Availability
SolidWorks Simulation API 2012 SP0