Click or drag to resize

GM_UtilityMapCatalogGetInfo Method

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

Namespace:  GlobalMapper
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
C#
public static GM_Error_t32 MapCatalogGetInfo(
	GM_Layer_t aCatalogLayer,
	out GM_MapCatalogInfo_t aCatalogInfo
)

Parameters

aCatalogLayer
Type: GlobalMapperGM_Layer_t
IN: Handle to map catalog layer (either from loading or GM_CreateMapCatalog)
aCatalogInfo
Type: GlobalMapperGM_MapCatalogInfo_t
OUT: Structure holding catalog information

Return Value

Type: GM_Error_t32
A GM Error Code
See Also