ArcObjects Library Reference (GlobeCore)  

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(
  VARIANT_BOOL* pbUseCache
);
[C++]
HRESULT put_UseCache(
  VARIANT_BOOL pbUseCache
);
[C++]

Parameters

pbUseCache [out, retval]   pbUseCache is a parameter of type VARIANT_BOOL pbUseCache [in]   pbUseCache is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IGlobeLayerProperties2 Interface