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