ESRI.ArcGIS.ADF.Web.UI.WebControls
EnableTileCaching Property
See Also  Send Feedback
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")>
<ResDescriptionAttribute("Whether tiles that have been retrieved during panning of the map will be cached until the scale is changed.")>
<ResCategoryAttribute("Map Behavior")>
<PersistenceModeAttribute(PersistenceMode.Attribute)>
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")]
[ResDescriptionAttribute("Whether tiles that have been retrieved during panning of the map will be cached until the scale is changed.")]
[ResCategoryAttribute("Map Behavior")]
[PersistenceModeAttribute(PersistenceMode.Attribute)]
public bool EnableTileCaching {get; set;}

Property 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.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.