GM_UtilityCombineAreas 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)
Syntax public static GM_Error_t32 CombineAreas(
GM_AreaFeature_t[] aAreaList,
GM_Projection_t aAreaProj,
GM_Layer_t aNewAreaLayer
)
Public Shared Function CombineAreas (
aAreaList As GM_AreaFeature_t(),
aAreaProj As GM_Projection_t,
aNewAreaLayer As GM_Layer_t
) As GM_Error_t32
public:
static GM_Error_t32 CombineAreas(
array<GM_AreaFeature_t^>^ aAreaList,
GM_Projection_t^ aAreaProj,
GM_Layer_t^ aNewAreaLayer
)
Parameters
- aAreaList
- Type: GlobalMapper.TypesGM_AreaFeature_t
IN: List of areas to combine - aAreaProj
- Type: GlobalMapper.TypesGM_Projection_t
IN: Projection system the area coordinates are in (use NULL for current projection) - aNewAreaLayer
- Type: GlobalMapper.TypesGM_Layer_t
IN: Layer to add new combined areas to
Return Value
Type:
GM_Error_t32A GM Error Code
See Also