|  | This document is archived and information here might be outdated. Recommended version. | 
| ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IB > IBuildSeamlinesParameters4 Interface > IBuildSeamlinesParameters4.DirtyArea Property (ArcObjects .NET 10.4 SDK) | 
The geometry defining the area that is dirty.
[Visual Basic .NET] Public Property DirtyArea As IGeometry
[C#] public IGeometry DirtyArea {get; set;}
[C++]
HRESULT get_DirtyArea(
  IGeometry** ppGeometry
);
[C++]
HRESULT putref_DirtyArea(
  IGeometry* ppGeometry
);
[C++]
Parameters ppGeometry [out, retval]
ppGeometry is a parameter of type IGeometry ppGeometry [in]
ppGeometry is a parameter of type IGeometry