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

Namespace:GlobalMapper
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 18.0.0.0 (18.0.0.0)

Syntax
C#
Copy
public static GM_Error_t32 MapCatalogGetInfo(
    GM_Layer_t aCatalogLayer,
    out GM_MapCatalogInfo_t aCatalogInfo
)

Parameters

aCatalogLayer
Type:  GlobalMapper . GM_Layer_t
IN: Handle to map catalog layer (either from loading or GM_CreateMapCatalog)
aCatalogInfo
Type:  GlobalMapper . GM_MapCatalogInfo_t
OUT: Structure holding catalog information

Return Value

Type:  GM_Error_t32
A GM Error Code
See Also