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