Removes the entity at the specified index to which to apply the temperature.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub RemoveEntity( _
ByVal NIndex As Integer _
) |
Visual Basic (Usage) | |
---|
Dim instance As ICWTemperature
Dim NIndex As Integer
instance.RemoveEntity(NIndex)
|
C# | |
---|
void RemoveEntity(
int NIndex
) |
C++/CLI | |
---|
void RemoveEntity(
& int NIndex
) |
Parameters
- NIndex
- 0-based index of the entity to remove
See Also
Availability
SolidWorks Simulation API 2008 SP1.0