GM_UtilitySetQueryProjectionCallback 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)
Syntax public static void SetQueryProjectionCallback(
GM_QueryProjectionCallbackDef aCallbackFunc
)
Public Shared Sub SetQueryProjectionCallback (
aCallbackFunc As GM_QueryProjectionCallbackDef
)
public:
static void SetQueryProjectionCallback(
GM_QueryProjectionCallbackDef^ aCallbackFunc
)
Parameters
- aCallbackFunc
- Type: GlobalMapper.TypesGM_QueryProjectionCallbackDef
The function to call
See Also