ArcObjects Library Reference (GlobeCore)  

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(
  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

IGlobeLayerProperties Interface