This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterBuilder Interface > IRasterBuilder.IsStale Method (ArcObjects .NET 10.5 SDK) |
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