Share

ConfigurationInsertStandardDesignCell.replaceDesign Property

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

Description

Gets and sets which ConfigurationReplaceDesign object will be used when the row this cell is in is active. When setting this property, only ConfigurationReplaceDesign objects defined for the parent column of this cell can be used.

Syntax

"configurationInsertStandardDesignCell_var" is a variable referencing a ConfigurationInsertStandardDesignCell object.

# Get the value of the property.
propertyValue = configurationInsertStandardDesignCell_var.replaceDesign

# Set the value of the property.
configurationInsertStandardDesignCell_var.replaceDesign = propertyValue

Property Value

This is a read/write property whose value is a ConfigurationReplaceDesign.

Version

Introduced in version September 2025

Was this information helpful?