Gets the entity type and source entity of a contact set at the specified index.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetSourceEntityAt( _
ByVal NIndex As Integer, _
ByRef nSel As Integer _
) As Object |
Visual Basic (Usage) | |
---|
Dim instance As ICWContactSet
Dim NIndex As Integer
Dim nSel As Integer
Dim value As Object
value = instance.GetSourceEntityAt(NIndex, nSel)
|
C# | |
---|
object GetSourceEntityAt(
int NIndex,
out int nSel
) |
C++/CLI | |
---|
Object^ GetSourceEntityAt(
& int NIndex,
& [Out] 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