TangentRelationships.itemByName Method

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

Description

Function that returns the specified tangent relationship using a name.

Syntax

"tangentRelationships_var" is a variable referencing a TangentRelationships object.
returnValue = tangentRelationships_var.itemByName(name)
"tangentRelationships_var" is a variable referencing a TangentRelationships object.

#include <Fusion/Components/TangentRelationships.h>

returnValue = tangentRelationships_var->itemByName(name);

Return Value

Type Description
TangentRelationship 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 collection to return.

Version

Introduced in version May 2022