Share

ListControlDefinition.isVisible Property

Parent Object: ListControlDefinition
Defined in namespace "adsk::core" and the header file is <Core/UserInterface/ListControlDefinition.h>

Description

Gets or sets if this definition is visible or not. This has the effect of making any associated controls visible or invisible in the user interface.

Syntax

"listControlDefinition_var" is a variable referencing a ListControlDefinition object.

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

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

Property Value

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

Version

Introduced in version August 2014

Was this information helpful?