ConfigurationColumns.addInsertStandardDesignColumn Method

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

Description

Add a new column to control which standard design is used for an inserted design. If an inserted column already exists for the occurrence, the existing column is returned.

This is only valid for ConfigurationTopTable and ConfigurationCustomThemeTable objects and will fail for all other table types.

Syntax

"configurationColumns_var" is a variable referencing a ConfigurationColumns object.
returnValue = configurationColumns_var.addInsertStandardDesignColumn(occurrence)
"configurationColumns_var" is a variable referencing a ConfigurationColumns object.

#include <Fusion/Configurations/ConfigurationColumns.h>

returnValue = configurationColumns_var->addInsertStandardDesignColumn(occurrence);

Return Value

Type Description
ConfigurationInsertStandardDesignColumn Returns the new column or null in the case of failure.

Parameters

Name Type Description
occurrence Occurrence The occurrence that references a standard design.

Version

Introduced in version September 2025