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


IComputeDirtyAreaParameters Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IC > IComputeDirtyAreaParameters Interface
ArcGIS Developer Help

IComputeDirtyAreaParameters Interface

Provides access to members that control how a mosaic dataset's dirty area is computed.

Product Availability

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

Members

Name Description
Read/write property ComputedDirtyArea The polygon resulting from the dirty area computation. The polygon defines a region encompassing the footprints of all items that have been modified or synchronized since a specified point in time.
Read/write property TimeStamp The instance in time used for selecting newer mosaic dataset items that contribute to the dirty area. Use the ITime.QueryOleTime method to convert from other formats for encoding time.

Classes that implement IComputeDirtyAreaParameters

Classes Description
ComputeDirtyAreaParameters An object that controls how a mosaic dataset's dirty area geometry is computed.