JointOriginList.itemByName Method

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

Description

Function that returns the specified joint origin using a name.

Syntax

"jointOriginList_var" is a variable referencing a JointOriginList object.
returnValue = jointOriginList_var.itemByName(name)
"jointOriginList_var" is a variable referencing a JointOriginList object.

#include <Fusion/Components/JointOriginList.h>

returnValue = jointOriginList_var->itemByName(name);

Return Value

Type Description
JointOrigin 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