Click or drag to resize

GM_3DUtilSet3DChangeViewCallback Method

Sets the function to call to when a button is pressed in the 3D view window to request a new view.

Namespace:  GlobalMapper
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
C#
public static void Set3DChangeViewCallback(
	GM_Change3DViewCallbackFunc aCallbackFunc,
	IntPtr aUserData
)

Parameters

aCallbackFunc
Type: GlobalMapperGM_Change3DViewCallbackFunc
The function to call when the 3D view is changed
aUserData
Type: SystemIntPtr
An unmanaged pointer to user data to pass in the callback.
See Also