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


IGlobeLayerProperties4.CacheRemovalOption Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GlobeCore)  

IGlobeLayerProperties4.CacheRemovalOption Property

The cache removal option.

[Visual Basic .NET]
Public Property CacheRemovalOption As esriGlobeLayerCacheRemovalOption
[C#]
public esriGlobeLayerCacheRemovalOption CacheRemovalOption {get; set;}
[C++]
HRESULT get_CacheRemovalOption(
  esriGlobeLayerCacheRemovalOption* pOption
);
[C++]
HRESULT put_CacheRemovalOption(
  esriGlobeLayerCacheRemovalOption pOption
);
[C++]

Parameters pOption [out, retval]
pOption is a parameter of type esriGlobeLayerCacheRemovalOption pOption [in]
pOption is a parameter of type esriGlobeLayerCacheRemovalOption

Product Availability

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

See Also

IGlobeLayerProperties4 Interface