Map Service GetTileCacheInfo method

Get cache configuration properties for a given map.

 

GetTileCacheInfo(string MapName)

 

Parameter

Description

MapName

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

 

 

Return Value

A TileCacheInfo object that stores information about the location, scale levels, image tile size and DPI for a map service cache.

 

Remarks

 

Information about a map service cache is necessary for client applications to retrieve and organize cached tiles correctly.    

 

Examples

C#

VB.NET

Java