RefoldFeatures.itemByName Method
Parent Object:
RefoldFeaturesDefined in namespace "adsk::fusion" and the header file is <Fusion/SheetMetal/RefoldFeatures.h>
Description
Function that returns the specified refold feature using the name of the feature.
Syntax
"refoldFeatures_var" is a variable referencing a RefoldFeatures object.returnValue = refoldFeatures_var.itemByName(name)
|
"refoldFeatures_var" is a variable referencing a RefoldFeatures object.
#include <Fusion/SheetMetal/RefoldFeatures.h>
returnValue = refoldFeatures_var->itemByName(name);
|
Return Value
RefoldFeature |
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 August 2020