Share

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

Property Value

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

Version

Introduced in version January 2024

Was this information helpful?