Share

ProgressDialog.maximumValue Property

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

Description

The maximum value of the progress bar. This is used along with the minimum value and the progress value to compute the current percentage complete.

Syntax

"progressDialog_var" is a variable referencing a ProgressDialog object.

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

# Set the value of the property.
progressDialog_var.maximumValue = propertyValue

Property Value

This is a read/write property whose value is an integer.

Samples

Name Description
Generate Toolpaths API Sample Demonstrates generating the toolpaths in the active document.

Version

Introduced in version January 2016

Was this information helpful?