Share

ConfigurationReplaceDesigns.itemByName Method

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

Description

A method that returns the ConfigurationReplaceDesign object with the specified name.

Syntax

"configurationReplaceDesigns_var" is a variable referencing a ConfigurationReplaceDesigns object.
returnValue = configurationReplaceDesigns_var.itemByName(name)

Return Value

Type Description
ConfigurationReplaceDesign Returns the specified ConfigurationReplaceDesign object or null if a ConfigurationReplaceDesign object with the specified name does not exist.

Parameters

Name Type Description
name string The name of the ConfigurationReplaceDesign object to return.

Version

Introduced in version September 2025

Was this information helpful?