Share

UserInterface.progressBar Property

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

Description

Gets the ProgressBar object that can be used to display a progress bar in the lower-right corner of the Fusion window.

Syntax

"userInterface_var" is a variable referencing a UserInterface object.

# Get the value of the property.
propertyValue = userInterface_var.progressBar

Property Value

This is a read only property whose value is a ProgressBar.

Version

Introduced in version May 2024

Was this information helpful?