Occurrence.configurationRow Property
Parent Object:
OccurrenceDefined 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
|
"occurrence_var" is a variable referencing an Occurrence object.
#include <Fusion/Components/Occurrence.h>
// Get the value of the property. Ptr<ConfigurationRow> propertyValue = occurrence_var->configurationRow();
|
Property Value
This is a read only property whose value is a
ConfigurationRow.
Version
Introduced in version March 2024