ArcObjects Library Reference (DataSourcesRaster)  

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,
  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

Product Availability

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

See Also

IMosaicDatasetOperation2 Interface