E3De::SetProgress
The E3De::SetProgress method sets the position of the progress bar at the bottom right of the ENVI LiDAR status bar. Process Time and Estimated Time Left are also displayed there. The percentage complete is displayed on the left of the title bar. The timer is reset when progress is called with p = 0.
This method has been deprecated. Use ENVIPointCloudViewer::SetProgress instead.
Example
; Get the ENVI LiDAR session
e = E3De(/CURRENT)
; Loop through progress values
for p=0, 100 do begin
wait, 0.1
e.SetProgress, p
endfor
; Clear progress counter
e.SetProgress, 0
; Close any open lidar objects
e.Close
Syntax
E3De.SetProgress, Progress
Arguments
Progress
The progress, as a percentage.
Version History
3.2 |
Introduced |
ENVI 5.3 | Obsolete |