JointList.itemByName Method

Parent Object: JointList
Defined in namespace "adsk::fusion" and the header file is <Fusion/Components/JointList.h>

Description

Function that returns the specified joint using a name.

Syntax

"jointList_var" is a variable referencing a JointList object.
returnValue = jointList_var.itemByName(name)
"jointList_var" is a variable referencing a JointList object.

#include <Fusion/Components/JointList.h>

returnValue = jointList_var->itemByName(name);

Return Value

Type Description
Joint Returns the specified item or null if an invalid name was specified.

Parameters

Name Type Description
name string The name of the item within the list to return.

Version

Introduced in version January 2016