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)

Syntax
C#
Copy
public enum GM_ProgressUpdate_t8
Members
Member nameValueDescription
PROGRESS_START0Progress has started
PROGRESS_UPDATE_STATUS1Status string updated
PROGRESS_UPDATE_PERCENT2Percent complete updated
PROGRESS_STOP3Operation has completed
PROGRESS_RENDER_UPDATE4The device context for a draw has been updated
 PROGRESS_DOWNLOAD_FAILED5Tile download failed for online source
 PROGRESS_UPDATE_CAPTION6Caption string set/updated. The caption will be in the status parameter of the callback
 PROGRESS_CHECK_CANCEL7Call made just to check for cancel
PROGRESS_NUM_TYPES8
See Also