Share

Occurrence.configurationRow Property

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

Description

If this occurrence is a configuration, this property returns the row that defines it. If it isn't a configuration, null is returned.

Syntax

"occurrence_var" is a variable referencing an Occurrence object.

# Get the value of the property.
propertyValue = occurrence_var.configurationRow

Property Value

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

Version

Introduced in version March 2024

Was this information helpful?