Global Mapper SDK
Removes the map at the given index from the map catalog.
Syntax
C++
Copy
GM_Error_t32 GM_MapCatalogRemoveMap
(
GM_LayerHandle_t32 aCatalogLayer, // IN: Handle to map catalog layer (either from loading or GM_CreateMapCatalog)
uint32 aMapIndex // IN: Index of map (0-based) to remove from map catalog
);
Comments
0 comments
Please sign in to leave a comment.