Map Service HasSingleFusedMapCache method

Determines if a map (data frame) has fused cache.Each map in a map service can only have one fused cache.

 

HasSingleFusedMapCache(string MapName)

 

Parameter

Description

MapName

The name of the map (data frame) that contains a single fused cache.

 

Return Value

 

A boolean indicating if the map has a fused cache (true) or not (false).

 

Remarks

 

If the HasSingleFusedMapCache method returns true, GetCacheName, GetMapTile and GetVirtualCacheDirectory methods can be used to return information and image tiles from a fused map cache. In cases where a LayerID parameter is required, use -1 to indicate a single fused map cache.

 

Examples

C#

VB.NET

Java