ArcObjects Library Reference (GlobeCore)  

ICustomGlobeLayer.UseCache Property

The option to use Globe's disk caching.

[Visual Basic .NET]
Public ReadOnly Property UseCache As Boolean
[C#]
public bool UseCache {get;}
[C++]
HRESULT get_UseCache(
  VARIANT_BOOL* pbUseCache
);
[C++]

Parameters

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

Product Availability

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

See Also

ICustomGlobeLayer Interface