AsBuiltJointList.itemByName Method

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

Description

Function that returns the specified as-built joint using a name.

Syntax

"asBuiltJointList_var" is a variable referencing an AsBuiltJointList object.
returnValue = asBuiltJointList_var.itemByName(name)
"asBuiltJointList_var" is a variable referencing an AsBuiltJointList object.

#include <Fusion/Components/AsBuiltJointList.h>

returnValue = asBuiltJointList_var->itemByName(name);

Return Value

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