GM_Utility .CombineAreas Method |
Combines the list of areas and adds them to the specified layer (not implemented on WinCE)
Namespace:GlobalMapper
Assembly: GlobalMapperWrapperNET45 (in GlobalMapperWrapperNET45.dll) Version: 19.1.0.0 (19.1.0.0)

C#
Copy
public static GM_Error_t32 CombineAreas(
GM_AreaFeature_t[] aAreaList,
GM_Projection_t aAreaProj,
GM_Layer_t aNewAreaLayer
)
Parameters
- aAreaList
-
Type:
GlobalMapper.Types.GM_AreaFeature_t
IN: List of areas to combine - aStyle
-
Type:
GlobalMapper.Types.GM_Projection_t
IN: Projection system the area coordinates are in (use NULL for current projection) - aStyle
-
Type:
GlobalMapper.Types.GM_Layer_t
IN: Layer to add new combined areas to
Return Value
Type: GM_Error_t32A GM Error Code
