Learn R Programming

arcgisbinding (version 1.0.1.229)

arc.progress_label: Set progressor label for Geoprocessing dialog box

Description

Geoprocessing tools have a progressor, which includes both a progress label and a progress bar. The default progressor continuously moves back and forth to indicate the script is running. Using arc.progress_label and arc.progress_pos allows fine control over the script progress. Updating the progressor isn't necessary, but is useful in situations where solely outputting messages to the dialog is insufficient to communicate script progress.

Usage

arc.progress_label(label)

Arguments

label

Progress Label

Details

Using arc.progress_label allows control over the label that is displayed at the top of the running script. For example, it might be used to display the current step of the analysis taking place.

References

Understanding the progressor in script tools

See Also

arc.progress_pos, "Progress Messages" example Geoprocessing script

Examples

Run this code
# NOT RUN {
arc.progress_label("Calculating bootstrap samples...")
# }

Run the code above in your browser using DataLab