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 the map has a fused cache (true) or not (false).
Remarks
If the HasSingleFusedMapCache() method returns true, GetCacheName(), GetMapTile(), and GetVirtualDirectory() 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