GM_Utility .SetProgressCallback Method
Sets the function to call to report the progress of an operation, like the loading of a file. If a progress callback is provided, a progress dialog will not be shown, instead the callback function will be called.

Namespace:GlobalMapper
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 18.0.0.0 (18.0.0.0)

Syntax
C#
Copy
public static void SetProgressCallback(
    GM_ProgressCallbackFunc aCallbackFunc
)

Parameters

aCallbackFunc
Type:  GlobalMapper . GM_ProgressCallbackFunc
THeCallbackFunction
See Also