Global Mapper SDK
| GM_3DUtil . Set3DChangeViewCallback Method |
Sets the function to call to when a button is pressed in the 3D view window
to request a new view.
Namespace:GlobalMapper.3D
Assembly: GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 18.0.0.0 (18.0.0.0)
C#
public static void Set3DChangeViewCallback ( GM_Change3DViewCallbackFunc aCallbackFunc , IntPtr aUserData )
Parameters
- aCallbackFunc
-
Type:
GlobalMapper
.
GM_Change3DViewCallbackFunc
The function to call when the 3D view is changed - aUserData
-
Type:
System
.
IntPtr
An unmanaged pointer to user data to pass in the callback.
Comments
0 comments
Please sign in to leave a comment.