Click or drag to resize

GM_UtilityMapCatalogRemoveMap Method

Removes the map at the given index from the catalog

Namespace:  GlobalMapper
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
C#
public static GM_Error_t32 MapCatalogRemoveMap(
	GM_Layer_t aCatalogLayer,
	uint aMapIndex
)

Parameters

aCatalogLayer
Type: GlobalMapperGM_Layer_t
IN: Handle to map catalog layer (either from loading or GM_CreateMapCatalog)
aMapIndex
Type: SystemUInt32
IN: Index of map (0-based) to remove from map catalog

Return Value

Type: GM_Error_t32
A GM Error Code
See Also