Gets the entity type and source entity of this contact set at the specified index.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetSourceEntityAt( _
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.GetSourceEntityAt(NIndex, NSel) |
C# | |
---|
System.object GetSourceEntityAt(
System.int NIndex,
out System.int NSel
) |
C++/CLI | |
---|
System.Object^ GetSourceEntityAt(
& 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