ProgressDialog.hide Method

Parent Object: ProgressDialog
Defined 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

Type Description
boolean Returns true if successful.

Samples

Name Description
Generate Toolpaths API Sample Demonstrates generating the toolpaths in the active document.
Progress Dialog API Sample Demonstrates how to use progress dialog

Version

Introduced in version January 2016