This document is archived and information here might be outdated. Recommended version. |
Indicates whether an attempt is made to refresh the cache of the selected mosaic dataset items.
[Visual Basic .NET]
Public Property RefreshCache As Boolean
[C#]
public bool RefreshCache {get; set;}
[C++]
HRESULT get_RefreshCache(
VARIANT_BOOL pbRefreshCache
);
[C++]
HRESULT put_RefreshCache(
Boolean* pbRefreshCache
);
[C++] Parameters pbRefreshCache [in]
pbRefreshCache is a parameter of type bool pbRefreshCache [out, retval]
pbRefreshCache is a parameter of type bool*