ProgressDialog.hide Method
Parent Object:
ProgressDialogDefined in namespace "adsk::core" and the header file is <Core/UserInterface/ProgressDialog.h>
Description
Hides the progress dialog. This should be used when the process has completed.
Syntax
"progressDialog_var" is a variable referencing a ProgressDialog object.returnValue = progressDialog_var.hide()
|
"progressDialog_var" is a variable referencing a ProgressDialog object.
#include <Core/UserInterface/ProgressDialog.h>
returnValue = progressDialog_var->hide();
|
Return Value
boolean |
Returns true if successful. |
Samples
Version
Introduced in version January 2016