ESRI.ArcGIS.ADF.Local
Cached Property
See Also  Send Feedback
ESRI.ArcGIS.ADF.BaseClasses Namespace > BaseCustomLayer Class : Cached Property




Indicates if the layer needs its own display cache.

Syntax

Visual Basic (Declaration) 
Public Overridable Property Cached As Boolean
Visual Basic (Usage)Copy Code
Dim instance As BaseCustomLayer
Dim value As Boolean
 
instance.Cached = value
 
value = instance.Cached
C# 
public virtual bool Cached {get; set;}

Remarks

This property indicates whether or not the layer requires its own display cache. If this property is True, then the Map will use a separate display cache for the layer so that it can be refreshed indpendently of other layers.

See Also

© 2010 All Rights Reserved.