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


IGlobeLayerProperties4.FullCacheOption Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GlobeCore)  

IGlobeLayerProperties4.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(
  VARIANT_BOOL* pbUseFullCache
);
[C++]
HRESULT put_FullCacheOption(
  VARIANT_BOOL pbUseFullCache
);
[C++]

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

Product Availability

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

See Also

IGlobeLayerProperties4 Interface