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


IBuildSeamlinesParameters4.DirtyArea Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IBuildSeamlinesParameters4.DirtyArea Property

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

Product Availability

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

See Also

IBuildSeamlinesParameters4 Interface