Adds a component, body, or face to the collection of entities to which this initial condition is applied.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function InsertEntity( _
ByVal DispEntity As System.Object _
) As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICWDynamicInitialCondition
Dim DispEntity As System.Object
Dim value As System.Integer
value = instance.InsertEntity(DispEntity) |
C# | |
---|
System.int InsertEntity(
System.object DispEntity
) |
C++/CLI | |
---|
System.int InsertEntity(
& System.Object^ DispEntity
) |
Parameters
- DispEntity
- Component, body, or face to which this initial condition is applied
Return Value
Index of entity added
See Also
Availability
SOLIDWORKS Simulation API 2012 SP0