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


IRasterBuilder.IsStale Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterBuilder Interface > IRasterBuilder.IsStale Method
ArcGIS Developer Help

IRasterBuilder.IsStale Method

Indicates whether the data source referenced by the specified item URI has been updated since the item URI was last constructed.

[Visual Basic .NET]
Public Function IsStale ( _
    ByVal pItemURI As IItemURI _
) As Boolean
[C#]
public bool IsStale (
    IItemURI pItemURI
);
[C++]
HRESULT IsStale(
  IItemURI* pItemURI
);
[C++]
Parameters
pItemURI [in]

pItemURI is a parameter of type IItemURI*

Product Availability

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

See Also

IRasterBuilder Interface

.NET Samples

Create a custom raster type