Share

ConfigurationRow.generate Method

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

Description

Causes this row to be generated.

Syntax

"configurationRow_var" is a variable referencing a ConfigurationRow object.
returnValue = configurationRow_var.generate()

Return Value

Type Description
ConfigurationFuture Returns a future that can be used to determine when the generation is complete. Null is returned in the case where starting the generation fails.

Version

Introduced in version January 2025

Was this information helpful?