StitchFeatures.itemByName Method
Parent Object:
StitchFeaturesDefined in namespace "adsk::fusion" and the header file is <Fusion/Features/StitchFeatures.h>
Description
Function that returns the specified stitch feature using the name of the feature.
Syntax
"stitchFeatures_var" is a variable referencing a StitchFeatures object.returnValue = stitchFeatures_var.itemByName(name)
|
"stitchFeatures_var" is a variable referencing a StitchFeatures object.
#include <Fusion/Features/StitchFeatures.h>
returnValue = stitchFeatures_var->itemByName(name);
|
Return Value
StitchFeature |
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