Gets the entity type and target entity of a contact set at the specified index.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetTargetEntityAt( _
ByVal NIndex As System.Integer, _
ByRef nSel As System.Integer _
) As System.Object |
Visual Basic (Usage) | |
---|
Dim instance As ICWContactSet
Dim NIndex As System.Integer
Dim nSel As System.Integer
Dim value As System.Object
value = instance.GetTargetEntityAt(NIndex, nSel) |
C# | |
---|
System.object GetTargetEntityAt(
System.int NIndex,
out System.int nSel
) |
C++/CLI | |
---|
System.Object^ GetTargetEntityAt(
& System.int NIndex,
& [Out] System.int nSel
) |
Parameters
- NIndex
- 0-based index of the entity
- nSel
- Type of entity (see Remarks)
Return Value
Entity
Remarks
See Also
Availability
SolidWorks Simulation API 2008 SP1.0