Share

Occurrence.isSelectable Property

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

Description

Gets and sets whether this occurrence is selectable or not.

Syntax

"occurrence_var" is a variable referencing an Occurrence object.

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

# Set the value of the property.
occurrence_var.isSelectable = propertyValue

Property Value

This is a read/write property whose value is a boolean.

Version

Introduced in version June 2015

Was this information helpful?