This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IS > ISynchronizeParameters2 Interface > ISynchronizeParameters2.RefreshCache Property (ArcObjects .NET 10.4 SDK) |
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(
VARIANT_BOOL pbRefreshCache
);
[C++]
Parameters pbRefreshCache [out, retval] pbRefreshCache is a parameter of type VARIANT_BOOL pbRefreshCache [in] pbRefreshCache is a parameter of type VARIANT_BOOL