globalmapper.CombineTerrainLayers¶
- globalmapper.CombineTerrainLayers(GM_GridCombineSetup_t aSetup, int aReserved) GM_Error_t32, GM_LayerHandle_t32 [source]¶
Combines two loaded terrain layers using some operation (i.e. addition, subtraction, etc.) and creates a new terrain layer from the combined return. The returned new layer must be closed with CloseLayer when you are done working with it.
- Parameters
aSetup (GM_GridCombineSetup_t) – Setup for operation
aReserved (int) – Reserved for future use; must be 0.
- Returns
Error Code
- Return type
GM_Error_t32
- Returns
Layer handle for newly created combined layer
- Return type
GM_LayerHandle_t32