ArrangeFeatures.itemByName Method

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

Description

Returns the specified Arrange feature using the name of the feature.

Syntax

"arrangeFeatures_var" is a variable referencing an ArrangeFeatures object.
returnValue = arrangeFeatures_var.itemByName(name)
"arrangeFeatures_var" is a variable referencing an ArrangeFeatures object.

#include <Fusion/Arrange/ArrangeFeatures.h>

returnValue = arrangeFeatures_var->itemByName(name);

Return Value

Type Description
ArrangeFeature Returns the specified Arrange feature, if it exists. Otherwise it returns null.

Parameters

Name Type Description
name string The name of the Arrange feature as seen in the timeline.

Version

Introduced in version January 2025