UserInterface.createProgressDialog Method

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

Type Description
ProgressDialog Returns the created ProgressDialog object that you can use to define the contents of and display a progress dialog.

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