Click or drag to resize

GM_UtilitySetChildLayerOpCallback Method

Sets the callback function to call whenever a child layer is loaded or closed

Namespace:  GlobalMapper
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
C#
public static void SetChildLayerOpCallback(
	GM_ChildLayerOpCallbackFunc aCallbackFunc,
	Object aUserData,
	Type aType
)

Parameters

aCallbackFunc
Type: GlobalMapperGM_ChildLayerOpCallbackFunc
The Function to call
aUserData
Type: SystemObject
IN: User data that will be passed back to callback function
aType
Type: SystemType
IN: the type to use for the user data
See Also