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