UserInterface.createProgressDialog Method
Parent Object:
UserInterfaceDefined in namespace "adsk::core" and the header file is <Core/UserInterface/UserInterface.h>
Description
Creates a new ProgressDialog object that you can use to display and control a progress dialog.
Syntax
"userInterface_var" is a variable referencing a UserInterface object.returnValue = userInterface_var.createProgressDialog()
|
"userInterface_var" is a variable referencing a UserInterface object.
#include <Core/UserInterface/UserInterface.h>
returnValue = userInterface_var->createProgressDialog();
|
Return Value
ProgressDialog |
Returns the created ProgressDialog object that you can use to define the contents of and display a progress dialog. |
Samples
Version
Introduced in version January 2016