GM_UtilityMapCatalogGetInfo Method |
Retrieves information and statistics about the catalog (use GM_GetLayerInfo for generic information)
Namespace:
GlobalMapper
Assembly:
GlobalMapperWrapperNET45 (in GlobalMapperWrapperNET45.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax public static GM_Error_t32 MapCatalogGetInfo(
GM_Layer_t aCatalogLayer,
out GM_MapCatalogInfo_t aCatalogInfo
)
Public Shared Function MapCatalogGetInfo (
aCatalogLayer As GM_Layer_t,
<OutAttribute> ByRef aCatalogInfo As GM_MapCatalogInfo_t
) As GM_Error_t32
public:
static GM_Error_t32 MapCatalogGetInfo(
GM_Layer_t^ aCatalogLayer,
[OutAttribute] GM_MapCatalogInfo_t% aCatalogInfo
)
Parameters
- aCatalogLayer
- Type: GlobalMapper.TypesGM_Layer_t
IN: Handle to map catalog layer (either from loading or GM_CreateMapCatalog) - aCatalogInfo
- Type: GlobalMapper.TypesGM_MapCatalogInfo_t
OUT: Structure holding catalog information
Return Value
Type:
GM_Error_t32A GM Error Code
See Also