TangentRelationships.itemByName Method
Parent Object:
TangentRelationshipsDefined 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
Parameters
name |
string |
The name of the item within the collection to return. |
Version
Introduced in version May 2022