Global Mapper SDK
GM_MapCatalogGetInfo
Retrieves information and statistics about the catalog (use GM_GetLayerInfo for generic information).
Syntax
C++
Copy
GM_Error_t32 GM_MapCatalogGetInfo
(
GM_LayerHandle_t32 aCatalogLayer, // IN: Handle to map catalog layer (either from loading or GM_CreateMapCatalog)
GM_MapCatalogInfo_t* aCatalogInfo // OUT: Structure holding catalog information
);