JointList.item Method
Parent Object:
JointListDefined in namespace "adsk::fusion" and the header file is <Fusion/Components/JointList.h>
Description
Function that returns the specified joint using an index into the list.
Syntax
"jointList_var" is a variable referencing a JointList object.returnValue = jointList_var.item(index)
|
"jointList_var" is a variable referencing a JointList object.
#include <Fusion/Components/JointList.h>
returnValue = jointList_var->item(index);
|
Return Value
Joint |
Returns the specified item or null if an invalid index was specified. |
Parameters
index |
uinteger |
The index of the item within the list to return. The first item in the list has an index of 0. |
Version
Introduced in version January 2016