ConfigurationReplaceDesigns.count Property

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

Description

Returns the number of ConfigurationReplaceDesign objects defined for the column.

Syntax

"configurationReplaceDesigns_var" is a variable referencing a ConfigurationReplaceDesigns object.

# Get the value of the property.
propertyValue = configurationReplaceDesigns_var.count
"configurationReplaceDesigns_var" is a variable referencing a ConfigurationReplaceDesigns object.
#include <Fusion/Configurations/ConfigurationReplaceDesigns.h>

// Get the value of the property.
uinteger propertyValue = configurationReplaceDesigns_var->count();

Property Value

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

Version

Introduced in version September 2025