Gets and sets the current progress value. This value determines the progress based on this value relative to the minimum and maximum values specified when the progress bar was created. This will also update the values displayed in the message string.
If your process is running in the main thread of Fusion, you will need to call adsk.doEvents to give control back to Fusion, so it can update the UI.
This value is ignored when a busy bar is displayed.
"progressBar_var" is a variable referencing a ProgressBar object.
|
"progressBar_var" is a variable referencing a ProgressBar object.
|