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


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

IMosaicDatasetOperation2.IsStale Method

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
);
[C++]
Parameters
pRow [in]

pRow is a parameter of type IRow*

Product Availability

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

See Also

IMosaicDatasetOperation2 Interface