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


IRasterFunction2.IsCacheStale Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IRasterFunction2.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

IRasterFunction2 Interface