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


IComputeDirtyAreaParameters.ComputedDirtyArea Property (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 > IComputeDirtyAreaParameters.ComputedDirtyArea Property
ArcGIS Developer Help

IComputeDirtyAreaParameters.ComputedDirtyArea Property

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 [in]

ppComputedDirtyArea is a parameter of type IGeometry* ppComputedDirtyArea [out, retval]
ppComputedDirtyArea is a parameter of type IGeometry**

Product Availability

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

See Also

IComputeDirtyAreaParameters Interface