GM_Utility .MapCatalogRemoveMap Method |
Removes the map at the given index from the catalog
Namespace:GlobalMapper
Assembly: GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 18.0.0.0 (18.0.0.0)

C#
Copy
public static GM_Error_t32 MapCatalogRemoveMap(
GM_Layer_t aCatalogLayer,
uint aMapIndex
)
Parameters
- aCatalogLayer
-
Type:
GlobalMapper
.
GM_Layer_t
IN: Handle to map catalog layer (either from loading or GM_CreateMapCatalog) - aMapIndex
-
Type:
System
.
UInt32
IN: Index of map (0-based) to remove from map catalog
Return Value
Type: GM_Error_t32A GM Error Code
