Gets the entity at the specified index.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetEntityAt( _
ByVal NIndex As Integer _
) As Object |
Visual Basic (Usage) | |
---|
Dim instance As ICWShell
Dim NIndex As Integer
Dim value As Object
value = instance.GetEntityAt(NIndex)
|
C# | |
---|
object GetEntityAt(
int NIndex
) |
C++/CLI | |
---|
Object^ GetEntityAt(
& int NIndex
) |
Parameters
- NIndex
- 0-based index of entity
Return Value
Entity or NULL if an entity does not exist at the specified index
Remarks
See Also
Availability
SolidWorks Simulation API 2008 SP1.0