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


IFunctionRasterDataset2.IsCacheStale Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IF > IFunctionRasterDataset2 Interface > IFunctionRasterDataset2.IsCacheStale Property
ArcGIS Developer Help

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(
  Boolean* pIsStale
);
[C++]
Parameters
pIsStale [out, retval]

pIsStale is a parameter of type bool*

Product Availability

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

See Also

IFunctionRasterDataset2 Interface