Click or drag to resize

GM_Layer_tRepositionLayer Method

Repositions/reprojects a previously loaded raster layer

Namespace:  GlobalMapper
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
C#
public GM_Error_t32 RepositionLayer(
	GM_GroundControlPoint_t[] aGCPList,
	GM_Projection_t aProj
)

Parameters

aGCPList
Type: GlobalMapperGM_GroundControlPoint_t
IN: new control points. Null to not modify
aProj
Type: GlobalMapperGM_Projection_t
projection of control points

Return Value

Type: GM_Error_t32
A GM Error Code
See Also