ProgressDialog.reset Method
Parent Object: ProgressDialogDefined in namespace "adsk::core" and the header file is <Core/UserInterface/ProgressDialog.h>
Description
Method that resets the progress bar. The progress bar "rewinds" and shows no progress. This is the same as setting the progress value to the minimum value.
Syntax
"progressDialog_var" is a variable referencing a ProgressDialog object.
|
Return Value
Type | Description |
boolean | Returns true if successful |