This document is archived and information here might be outdated. Recommended version. |
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(
Boolean* pbUseCache
);
[C++]
HRESULT put_UseCache(
VARIANT_BOOL pbUseCache
);
[C++]
Parameters pbUseCache [out, retval]
pbUseCache is a parameter of type bool* pbUseCache [in]
pbUseCache is a parameter of type bool