ProgressDialog.title Property

Parent Object: ProgressDialog
Defined in namespace "adsk::core" and the header file is <Core/UserInterface/ProgressDialog.h>

Description

Gets and sets the title of the progress dialog

Syntax

"progressDialog_var" is a variable referencing a ProgressDialog object.

# Get the value of the property.
propertyValue = progressDialog_var.title

# Set the value of the property.
progressDialog_var.title = propertyValue
"progressDialog_var" is a variable referencing a ProgressDialog object.
#include <Core/UserInterface/ProgressDialog.h>

// Get the value of the property.
string propertyValue = progressDialog_var->title();

// Set the value of the property, where value_var is a string.
bool returnValue = progressDialog_var->title(value_var);

Property Value

This is a read/write property whose value is a string.

Version

Introduced in version January 2016