Click or drag to resize

GM_Projection_tSetProjection Method

Set the new projection. This is the projection that all draws and exports will be done in. It is also the projection that all world bound rectangles will be in. This version allows providing a lat/lon bounding rectangle for automatic selection of the best zone for zoned projections.

Namespace:  GlobalMapper
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
C#
public static GM_Error_t32 SetProjection(
	GM_Projection_t aProj
)

Parameters

aProj
Type: GlobalMapperGM_Projection_t
IN: The projection to set, if null reset projection

Return Value

Type: GM_Error_t32
GM Error Code
See Also