Share

ArrangeComponent.priority Property

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

Description

Specifies the nesting priority for this component.

For a 3D arrange, this property is ignored and setting it will fail.

Syntax

"arrangeComponent_var" is a variable referencing an ArrangeComponent object.

# Get the value of the property.
propertyValue = arrangeComponent_var.priority

# Set the value of the property.
arrangeComponent_var.priority = propertyValue

Property Value

This is a read/write property whose value is an ArrangePriorities.

Version

Introduced in version January 2025

Was this information helpful?