Arrange3DResultEnvelope.occurrences Property

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

Description

Returns a collection object of the occurrences in this envelope.

Syntax

"arrange3DResultEnvelope_var" is a variable referencing an Arrange3DResultEnvelope object.

# Get the value of the property.
propertyValue = arrange3DResultEnvelope_var.occurrences
"arrange3DResultEnvelope_var" is a variable referencing an Arrange3DResultEnvelope object.
#include <Fusion/Arrange/Arrange3DResultEnvelope.h>

// Get the value of the property.
Ptr<ArrangeOccurrenceResults> propertyValue = arrange3DResultEnvelope_var->occurrences();

Property Value

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

Version

Introduced in version January 2025