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