UnstitchFeatures.itemByName Method
Parent Object:
UnstitchFeaturesDefined in namespace "adsk::fusion" and the header file is <Fusion/Features/UnstitchFeatures.h>
Description
Function that returns the specified unstitch feature using the name of the feature.
Syntax
"unstitchFeatures_var" is a variable referencing a UnstitchFeatures object.returnValue = unstitchFeatures_var.itemByName(name)
|
"unstitchFeatures_var" is a variable referencing a UnstitchFeatures object.
#include <Fusion/Features/UnstitchFeatures.h>
returnValue = unstitchFeatures_var->itemByName(name);
|
Return Value
UnstitchFeature |
Returns the specified item or null if the specified name was not found. |
Parameters
name |
string |
The name of the feature within the collection to return. This is the name seen in the timeline. |
Version
Introduced in version September 2015