ESRI.ArcGIS.ADF.Web.UI.WebControls
EnableTileCaching Property
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > Map Class : EnableTileCaching Property




Whether tiles that have been retrieved during panning of the map will be cached until the scale is changed.

Syntax

Visual Basic (Declaration) 
<DefaultValueAttribute()>
<ObsoleteAttribute("Control the tiling behavior at the resource level by enabling or disabling Dynamic Tiling")>
<ResCategoryAttribute("Map Behavior")>
<PersistenceModeAttribute()>
<ResDescriptionAttribute("Whether tiles that have been retrieved during panning of the map will be cached until the scale is changed.")>
Public Property EnableTileCaching As Boolean
Visual Basic (Usage)Copy Code
Dim instance As Map
Dim value As Boolean
 
instance.EnableTileCaching = value
 
value = instance.EnableTileCaching
C# 
[DefaultValueAttribute()]
[ObsoleteAttribute("Control the tiling behavior at the resource level by enabling or disabling Dynamic Tiling")]
[ResCategoryAttribute("Map Behavior")]
[PersistenceModeAttribute()]
[ResDescriptionAttribute("Whether tiles that have been retrieved during panning of the map will be cached until the scale is changed.")]
public bool EnableTileCaching {get; set;}

Return Value

Boolean value indicating whether retrieved map tiles will be cached in the client.

Remarks

This property is obsolete as has no effect.

You can now control the tiling behavior at the resource level by enabling or disabling dynamic tiling for individual resources.

See Also

© 2010 All Rights Reserved.