This document is archived and information here might be outdated.  Recommended version.


ISynchronizeParameters2.RefreshCache Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IS > ISynchronizeParameters2 Interface > ISynchronizeParameters2.RefreshCache Property
ArcGIS Developer Help

ISynchronizeParameters2.RefreshCache Property

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*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ISynchronizeParameters2 Interface