Click or drag to resize

GM_MapCatalogGetInfo

Retrieves information and statistics about the catalog (use GM_GetLayerInfo for generic information).

Syntax
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
);