ArrangeOccurrenceResult.arrangeComponent Property

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

Description

The ArrangeComponent from the Arrange definition that resulted in the create of this occurrence.

Syntax

"arrangeOccurrenceResult_var" is a variable referencing an ArrangeOccurrenceResult object.

# Get the value of the property.
propertyValue = arrangeOccurrenceResult_var.arrangeComponent
"arrangeOccurrenceResult_var" is a variable referencing an ArrangeOccurrenceResult object.
#include <Fusion/Arrange/ArrangeOccurrenceResult.h>

// Get the value of the property.
Ptr<ArrangeComponent> propertyValue = arrangeOccurrenceResult_var->arrangeComponent();

Property Value

This is a read only property whose value is an ArrangeComponent.

Version

Introduced in version January 2025