GM_Utility .SetQueryProjectionCallback Method |
Sets the function to call to select a projection for a layer when being loaded if the projection for that layer cannot be automatically determined. If a callback is provided, it will be called rather than the projection selection dialog being displayed.
Namespace:GlobalMapper
Assembly: GlobalMapperWrapperNET45 (in GlobalMapperWrapperNET45.dll) Version: 19.1.0.0 (19.1.0.0)

C#
Copy
public static void SetQueryProjectionCallback(
GM_QueryProjectionCallbackDef aCallbackFunc
)
Parameters
- aCallbackFunc
-
Type:
GlobalMapper.Types.GM_QueryProjectionCallbackDef
The function to call
