ArcObjects Library Reference (DataSourcesRaster)  

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,
  VARIANT_BOOL* pIsStale
);
[C++]

Parameters

pItemURI [in]

  pItemURI is a parameter of type IItemURI

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

Product Availability

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

See Also

IRasterBuilder Interface

.NET Samples

Create a custom raster type (Code Files: ThumbnailBuilder)