Click or drag to resize

GM_UtilitySelectProjection Method

Displays the projection selection dialog to allow the user to select a projection

Namespace:  GlobalMapper
Assembly:  GlobalMapperWrapperNET45 (in GlobalMapperWrapperNET45.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
public static GM_Error_t32 SelectProjection(
	out GM_Projection_t aSelProj,
	GM_Projection_t aInitProj
)

Parameters

aSelProj
Type: GlobalMapper.TypesGM_Projection_t
OUT: projection selected by user
aInitProj
Type: GlobalMapper.TypesGM_Projection_t
IN: initial projection to use (NULL for default)

Return Value

Type: GM_Error_t32
GM Error Code
See Also