ArcObjects Library Reference (DataSourcesRaster)  

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(
  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

Product Availability

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

See Also

ISynchronizeParameters2 Interface