ConfigurationInsertColumn.occurrence Property

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

Description

Returns the occurrence that is associated with this configuration insertion.

This property returns null when the table being queried was obtained from a DataFile object.

Syntax

"configurationInsertColumn_var" is a variable referencing a ConfigurationInsertColumn object.
# Get the value of the property.
propertyValue = configurationInsertColumn_var.occurrence
"configurationInsertColumn_var" Is a variable referencing a ConfigurationInsertColumn Object.
#include <Fusion/Configurations/ConfigurationInsertColumn.h>

// Get the value of the property.
Ptr<Occurrence> propertyValue = configurationInsertColumn_var->occurrence();
"configurationInsertColumn_var" Is a variable referencing a ConfigurationInsertColumn Object.
// Get the value of the property.
propertyValue = configurationInsertColumn_var.occurrence;

Property Value

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

Version

Introduced in version January 2024