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
e = ENVI()
elv = ENVIPointCloudViewer()
for p=0, 100 do elv.SetProgress, p
elv.Close
Syntax
ENVIPointCloudViewer.SetProgress, Progress
Arguments
Progress
The progress, as a percentage.
Keywords
None
Version History
API Version
4.2
See Also
ENVIPointCloud, ENVIPointCloudViewer