GM_UtilityMapCatalogGetMapInfo Method |
Retrieves information about a map in a catalog (use GM_GetMapCatalogInfo to get the map count)
Namespace:
GlobalMapper
Assembly:
GlobalMapperWrapperNET45 (in GlobalMapperWrapperNET45.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax public static GM_LayerInfo_t MapCatalogGetMapInfo(
GM_Layer_t aCatalogLayer,
uint aMapIndex
)
Public Shared Function MapCatalogGetMapInfo (
aCatalogLayer As GM_Layer_t,
aMapIndex As UInteger
) As GM_LayerInfo_t
public:
static GM_LayerInfo_t^ MapCatalogGetMapInfo(
GM_Layer_t^ aCatalogLayer,
unsigned int aMapIndex
)
Parameters
- aCatalogLayer
- Type: GlobalMapper.TypesGM_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_tan object containing various information about the layer
See Also