Gets the entity at the specified index.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetEntityAt( _
ByVal NIndex As System.Integer _
) As System.Object |
Visual Basic (Usage) | |
---|
Dim instance As ICWShell
Dim NIndex As System.Integer
Dim value As System.Object
value = instance.GetEntityAt(NIndex) |
C# | |
---|
System.object GetEntityAt(
System.int NIndex
) |
C++/CLI | |
---|
System.Object^ GetEntityAt(
& System.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