GM_ProgressUpdate_t8 Enumeration |
Types of progress reported through GM_ProgressCallbackFunc
Namespace:GlobalMapper.Types
Assembly: GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 18.0.0.0 (18.0.0.0)

C#
Copy
public enum GM_ProgressUpdate_t8

Member name | Value | Description | |
---|---|---|---|
PROGRESS_START | 0 | Progress has started | |
PROGRESS_UPDATE_STATUS | 1 | Status string updated | |
PROGRESS_UPDATE_PERCENT | 2 | Percent complete updated | |
PROGRESS_STOP | 3 | Operation has completed | |
PROGRESS_RENDER_UPDATE | 4 | The device context for a draw has been updated | |
PROGRESS_DOWNLOAD_FAILED | 5 | Tile download failed for online source | |
PROGRESS_UPDATE_CAPTION | 6 | Caption string set/updated. The caption will be in the status parameter of the callback | |
PROGRESS_CHECK_CANCEL | 7 | Call made just to check for cancel | |
PROGRESS_NUM_TYPES | 8 |
