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