ArcObjects Library Reference (GeoDatabase)  

IRasterDatasetEdit.Erase Method

Erases a rectanglar area of this RasterDataset.

[Visual Basic .NET]
Public Sub Erase ( _
    ByVal Extent As IEnvelope _
)
[C#]
public void Erase (
    IEnvelope Extent
);
[C++]
HRESULT Erase(
  IEnvelope* Extent
);
[C++]

Parameters

Extent [in]

  Extent is a parameter of type IEnvelope

Product Availability

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

See Also

IRasterDatasetEdit Interface

.NET Related Topics

How to erase a portion of a geodatabase raster dataset