This document is archived and information here might be outdated.  Recommended version.


IGlobeLayerProperties2.UseCache Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeLayerProperties2 Interface > IGlobeLayerProperties2.UseCache Property
ArcGIS Developer Help

IGlobeLayerProperties2.UseCache Property

Indicates if the layer will use a disk data cache. This property cannot be changed once the layer is initialized.

[Visual Basic .NET]
Public Property UseCache As Boolean
[C#]
public bool UseCache {get; set;}
[C++]
HRESULT get_UseCache(
  Boolean* pbUseCache
);
[C++]
HRESULT put_UseCache(
  VARIANT_BOOL pbUseCache
);
[C++]
Parameters
pbUseCache [out, retval]

pbUseCache is a parameter of type bool* pbUseCache [in]
pbUseCache is a parameter of type bool

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGlobeLayerProperties2 Interface