UnfoldFeatures.itemByName Method

Parent Object: UnfoldFeatures
Defined in namespace "adsk::fusion" and the header file is <Fusion/Features/UnfoldFeatures.h>

Description

Function that returns the specified unfold feature using the name of the feature.

Syntax

"unfoldFeatures_var" is a variable referencing a UnfoldFeatures object.
returnValue = unfoldFeatures_var.itemByName(name)
"unfoldFeatures_var" is a variable referencing a UnfoldFeatures object.

#include <Fusion/Features/UnfoldFeatures.h>

returnValue = unfoldFeatures_var->itemByName(name);

Return Value

Type Description
UnfoldFeature Returns the specified item or null if the specified name was not found.

Parameters

Name Type Description
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 2020