JointOriginList.item Method
Parent Object:
JointOriginListDefined in namespace "adsk::fusion" and the header file is <Fusion/Components/JointOriginList.h>
Description
Function that returns the specified joint origin using an index into the list.
Syntax
"jointOriginList_var" is a variable referencing a JointOriginList object.returnValue = jointOriginList_var.item(index)
|
"jointOriginList_var" is a variable referencing a JointOriginList object.
#include <Fusion/Components/JointOriginList.h>
returnValue = jointOriginList_var->item(index);
|
Return Value
JointOrigin |
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