ArcObjects Library Reference (DataSourcesRaster)  

IFunctionRasterDataset2.IsCacheStale Property

Indicates if the raster cache is stale and needs to be refreshed.

[Visual Basic .NET]
Public ReadOnly Property IsCacheStale As Boolean
[C#]
public bool IsCacheStale {get;}
[C++]
HRESULT get_IsCacheStale(
  VARIANT_BOOL* pIsStale
);
[C++]

Parameters

pIsStale [out, retval]   pIsStale is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IFunctionRasterDataset2 Interface