Click or drag to resize

GM_AreaFeature_tCombineAreas Method

Combines the list of areas and adds them to the specified layer (not implemented on WinCE)

Namespace:  GlobalMapper
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
C#
public static GM_Error_t32 CombineAreas(
	GM_AreaFeature_t[] aAreaList,
	GM_Projection_t aAreaProj,
	GM_Layer_t aNewAreaLayer
)

Parameters

aAreaList
Type: GlobalMapperGM_AreaFeature_t
IN: List of areas to combine
aAreaProj
Type: GlobalMapperGM_Projection_t
IN: Projection system the area coordinates are in (use NULL for current projection)
aNewAreaLayer
Type: GlobalMapperGM_Layer_t
IN: Layer to add new combined areas to

Return Value

Type: GM_Error_t32
A GM Error Code
See Also