TangentRelationships.item 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 an index into the collection.
Syntax
"tangentRelationships_var" is a variable referencing a TangentRelationships object.returnValue = tangentRelationships_var.item(index)
|
"tangentRelationships_var" is a variable referencing a TangentRelationships object.
#include <Fusion/Components/TangentRelationships.h>
returnValue = tangentRelationships_var->item(index);
|
Return Value
Parameters
index |
uinteger |
The index of the item within the collection to return. The first item in the collection has an index of 0. |
Version
Introduced in version May 2022