Click or drag to resize

GM_Projection_tSetQueryProjectionCallback 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:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
C#
public static void SetQueryProjectionCallback(
	GM_QueryProjectionCallbackDef aCallbackFunc
)

Parameters

aCallbackFunc
Type: GlobalMapperGM_QueryProjectionCallbackDef
The function to call
See Also