Gets the entity at the specified index in this load or restraint.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetEntityAt( _
ByVal NIndex As System.Integer, _
ByRef NSelType As System.Integer _
) As System.Object |
Visual Basic (Usage) | |
---|
Dim instance As ICWLoadsAndRestraints
Dim NIndex As System.Integer
Dim NSelType As System.Integer
Dim value As System.Object
value = instance.GetEntityAt(NIndex, NSelType) |
C# | |
---|
System.object GetEntityAt(
System.int NIndex,
out System.int NSelType
) |
C++/CLI | |
---|
System.Object^ GetEntityAt(
& System.int NIndex,
& [Out] System.int NSelType
) |
Parameters
- NIndex
- 0-based index of entity
- NSelType
- Entity type as defined in swSelectType_e
Return Value
Entity
Remarks
See Also
Availability
SolidWorks Simulation API 2008 SP1.0