Click or drag to resize

GM_MapCatalogSave

Saves the given map catalog to the given file on disk.

Syntax
GM_Error_t32 GM_MapCatalogSave
(
GM_LayerHandle_t32      aCatalogLayer,  // IN: Handle to map catalog layer (either from loading or GM_CreateMapCatalog)
const char*             aFilename       // IN: Filename to save map catalog to
);