ESRI.ArcGIS.ADF.Local
Cached Property
See Also  Send Feedback
ESRI.ArcGIS.ADF.BaseClasses Namespace > BaseCustomGlobeLayer 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 BaseCustomGlobeLayer
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.

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.