GM_UtilitySetMessageCallback Method |
Sets the function to call to display error and warning messages generated
during SDK operations. If a message callback is provided, a message
dialog will not be shown, instead the callback function will be called
with the error or warning message that would have been displayed.
Namespace:
GlobalMapper
Assembly:
GlobalMapperWrapperNET45 (in GlobalMapperWrapperNET45.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax public static void SetMessageCallback(
GM_MessageCallbackDef aCallBackFunc
)
Public Shared Sub SetMessageCallback (
aCallBackFunc As GM_MessageCallbackDef
)
public:
static void SetMessageCallback(
GM_MessageCallbackDef^ aCallBackFunc
)
Parameters
- aCallBackFunc
- Type: GlobalMapper.TypesGM_MessageCallbackDef
The function to call
See Also