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