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