Click or drag to resize

GM_ProgressUpdate_t8 Enumeration

Types of progress reported through GM_ProgressCallbackFunc

Namespace:  GlobalMapper
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
C#
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_NUM_TYPES5
See Also