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


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

IGlobeLayerProperties.FullCacheOption Property

Indicates if the layer should be fully cached.

[Visual Basic .NET]
Public Property FullCacheOption As Boolean
[C#]
public bool FullCacheOption {get; set;}
[C++]
HRESULT get_FullCacheOption(
  Boolean* pbUseFullCache
);
[C++]
HRESULT put_FullCacheOption(
  VARIANT_BOOL pbUseFullCache
);
[C++]
Parameters
pbUseFullCache [out, retval]

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

Product Availability

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

See Also

IGlobeLayerProperties Interface