GM_UtilityMapCatalogRemoveMap Method |
Removes the map at the given index from the catalog
Namespace:
GlobalMapper
Assembly:
GlobalMapperWrapperNET45 (in GlobalMapperWrapperNET45.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax public static GM_Error_t32 MapCatalogRemoveMap(
GM_Layer_t aCatalogLayer,
uint aMapIndex
)
Public Shared Function MapCatalogRemoveMap (
aCatalogLayer As GM_Layer_t,
aMapIndex As UInteger
) As GM_Error_t32
public:
static GM_Error_t32 MapCatalogRemoveMap(
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 remove from map catalog
Return Value
Type:
GM_Error_t32A GM Error Code
See Also