ArrangeDefinition.isCreateCopies Property

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

Description

Gets if the original components were moved to create the arrangement or copied were created. This value can only be set when creating a new arrangement.

Syntax

"arrangeDefinition_var" is a variable referencing an ArrangeDefinition object.

# Get the value of the property.
propertyValue = arrangeDefinition_var.isCreateCopies
"arrangeDefinition_var" is a variable referencing an ArrangeDefinition object.
#include <Fusion/Arrange/ArrangeDefinition.h>

// Get the value of the property.
boolean propertyValue = arrangeDefinition_var->isCreateCopies();

Property Value

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

Version

Introduced in version January 2025