ConfigurationReplaceDesign.name Property

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

Description

Gets the name of the ConfigurationReplaceDesign object.

Syntax

"configurationReplaceDesign_var" is a variable referencing a ConfigurationReplaceDesign object.

# Get the value of the property.
propertyValue = configurationReplaceDesign_var.name
"configurationReplaceDesign_var" is a variable referencing a ConfigurationReplaceDesign object.
#include <Fusion/Configurations/ConfigurationReplaceDesign.h>

// Get the value of the property.
string propertyValue = configurationReplaceDesign_var->name();

Property Value

This is a read only property whose value is a string.

Version

Introduced in version September 2025