This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IM > IMosaicDatasetOperation2 Interface > IMosaicDatasetOperation2.IsStale Method (ArcObjects .NET 10.4 SDK) |
Indicates whether the specified row is stale. An item is stale primarily when the data source referenced by the row has changed since the last time the item was created or synchronized. Other examples of stale items include those with null, zero, or a negative
[Visual Basic .NET] Public Function IsStale ( _ ByVal pRow As IRow _ ) As Boolean
[C#] public bool IsStale ( IRow pRow );
[C++]
HRESULT IsStale(
IRow* pRow,
VARIANT_BOOL* pbIsStale
);
[C++]
Parameters pRow [in]
pRow is a parameter of type IRow pbIsStale [out, retval] pbIsStale is a parameter of type VARIANT_BOOL