Share

ArrangeEnvelopeDefinition.isPartialArrangeAllowed Property

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

Description

Gets and sets if a partial arrange is allowed for this envelope.

Syntax

"arrangeEnvelopeDefinition_var" is a variable referencing an ArrangeEnvelopeDefinition object.

# Get the value of the property.
propertyValue = arrangeEnvelopeDefinition_var.isPartialArrangeAllowed

# Set the value of the property.
arrangeEnvelopeDefinition_var.isPartialArrangeAllowed = propertyValue

Property Value

This is a read/write property whose value is a boolean.

Version

Introduced in version January 2025

Was this information helpful?