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
e = E3De(/CURRENT)
for p=0, 100 do begin
wait, 0.1
e.SetProgress, p
endfor
e.SetProgress, 0
e.Close
Syntax
E3De.SetProgress, Progress
Arguments
Progress
The progress, as a percentage.
Version History
3.2 |
Introduced |
ENVI 5.3 |
Obsolete |
See Also
E3De