|  | This document is archived and information here might be outdated. Recommended version. | 
| ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IC > IComputeDirtyAreaParameters Interface > IComputeDirtyAreaParameters.ComputedDirtyArea Property (ArcObjects .NET 10.4 SDK) | 
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.
[Visual Basic .NET] Public Property ComputedDirtyArea As IGeometry
[C#] public IGeometry ComputedDirtyArea {get; set;}
[C++]
HRESULT get_ComputedDirtyArea(
  IGeometry** ppComputedDirtyArea
);
[C++]
HRESULT putref_ComputedDirtyArea(
  IGeometry* ppComputedDirtyArea
);
[C++]
Parameters ppComputedDirtyArea [out, retval]
ppComputedDirtyArea is a parameter of type IGeometry ppComputedDirtyArea [in]
ppComputedDirtyArea is a parameter of type IGeometry