ProgressBar.hide Method
Parent Object: ProgressBarDefined in namespace "adsk::core" and the header file is <Core/UserInterface/ProgressBar.h>
Description
Hides the progress or busy bar. This should be used when the process has completed.
Syntax
"progressBar_var" is a variable referencing a ProgressBar object.
|
Return Value
Type | Description |
boolean | Returns true if successful. |