Arrange2DDefinition.isCreateCopies Property

Parent Object: Arrange2DDefinition
Defined in namespace "adsk::fusion" and the header file is <Fusion/Arrange/Arrange2DDefinition.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

"arrange2DDefinition_var" is a variable referencing an Arrange2DDefinition object.

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

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

Property Value

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

Version

Introduced in version January 2025