Determines if a map (data frame) has a cache. The cache may be a single fused map or a layer cache.
IsFixedScaleMap(string MapName)
Parameter |
Description |
MapName |
The name of the map (data frame) that may have a cache. |
Return Value
A boolean indicating a map has a cache (true) or not (false).
Remarks
This method will only determine if a map has a cache. Use HasLayerCache and HasSingleFusedMapCache to determine the type.
Examples