The SetProgress function sets the position of the progress bar at the bottom left of the ENVI LiDAR application. Elapsed time, and remaining time are also displayed on the status bar. The timer is reset when progress is called with p = 0.

Note: This method is supported only on Windows.

Example


; Get the ENVIPointCloudViewer application
e = ENVI()
elv = ENVIPointCloudViewer()
 
; Set the progress bar
for p=0, 100 do elv.SetProgress, p
 
; Close the ENVIPointCloudViewer application
elv.Close

Syntax


ENVIPointCloudViewer.SetProgress, Progress

Arguments


Progress

The progress, as a percentage.

Keywords


None

Version History


ENVI 5.3

Introduced

API Version


4.2

See Also


ENVIPointCloud, ENVIPointCloudViewer