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
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.