This document is archived and information here might be outdated. Recommended version. |
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**