GM_Utility .MapCatalogGetMapInfo 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: 18.0.0.0 (18.0.0.0)

C#
Copy
public static GM_LayerInfo_t MapCatalogGetMapInfo(
GM_Layer_t aCatalogLayer,
uint aMapIndex
)
Parameters
- aCatalogLayer
-
Type:
GlobalMapper
.
GM_Layer_t
IN: Handle to map catalog layer (either from loading or GM_CreateMapCatalog) - aMapIndex
-
Type:
System
.
UInt32
IN: Index of map (0-based) to get info about
Return Value
Type: GM_LayerInfo_tan object containing various information about the layer
