AsBuiltJoints.itemByName Method
Parent Object:
AsBuiltJointsDefined in namespace "adsk::fusion" and the header file is <Fusion/Components/AsBuiltJoints.h>
Description
Function that returns the specified as-built joint using a name.
Syntax
"asBuiltJoints_var" is a variable referencing an AsBuiltJoints object.returnValue = asBuiltJoints_var.itemByName(name)
|
"asBuiltJoints_var" is a variable referencing an AsBuiltJoints object.
#include <Fusion/Components/AsBuiltJoints.h>
returnValue = asBuiltJoints_var->itemByName(name);
|
Return Value
AsBuiltJoint |
Returns the specified item or null if an invalid name was specified. |
Parameters
name |
string |
The name of the item within the collection to return. |
Version
Introduced in version September 2015