Click or drag to resize

GM_Layer_tRepositionLayer Method

Repositions/reprojects a previously loaded raster layer

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

Parameters

aGCPList
Type: GlobalMapper.TypesGM_GroundControlPoint_t
IN: new control points. Null to not modify
aProj
Type: GlobalMapper.TypesGM_Projection_t
projection of control points

Return Value

Type: GM_Error_t32
A GM Error Code
See Also