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