Click or drag to resize

GM_UtilityMapCatalogGetMapInfo Method

Retrieves information about a map in a catalog (use GM_GetMapCatalogInfo to get the map count)

Namespace:  GlobalMapper
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
C#
public static GM_LayerInfo_t MapCatalogGetMapInfo(
	GM_Layer_t aCatalogLayer,
	uint aMapIndex
)

Parameters

aCatalogLayer
Type: GlobalMapperGM_Layer_t
IN: Handle to map catalog layer (either from loading or GM_CreateMapCatalog)
aMapIndex
Type: SystemUInt32
IN: Index of map (0-based) to get info about

Return Value

Type: GM_LayerInfo_t
an object containing various information about the layer
See Also