Share

ConfigurationVisibilityCell.isVisible Property

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

Description

Specifies if the entity is visible or not. This property behaves as read-only when the table is obtained from a DataFile.

Syntax

"configurationVisibilityCell_var" is a variable referencing a ConfigurationVisibilityCell object.

# Get the value of the property.
propertyValue = configurationVisibilityCell_var.isVisible

# Set the value of the property.
configurationVisibilityCell_var.isVisible = propertyValue

Property Value

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

Version

Introduced in version January 2024

Was this information helpful?