This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeLayerProperties4 Interface > IGlobeLayerProperties4.UseCache Property (ArcObjects .NET 10.4 SDK) |
Indicates if the layer will use a disk data cache. This property cannot be changed once the layer is initialized.
[Visual Basic .NET] Public Property UseCache As Boolean
[C#] public bool UseCache {get; set;}
[C++]
HRESULT get_UseCache(
VARIANT_BOOL* pbUseCache
);
[C++]
HRESULT put_UseCache(
VARIANT_BOOL pbUseCache
);
[C++]
Parameters pbUseCache [out, retval] pbUseCache is a parameter of type VARIANT_BOOL pbUseCache [in] pbUseCache is a parameter of type VARIANT_BOOL