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


IRasterEdit.Erase Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterEdit Interface > IRasterEdit.Erase Method
ArcGIS Developer Help

IRasterEdit.Erase Method

Erases a PixelBlock starting at a given Top-Left corner.

[Visual Basic .NET]
Public Sub Erase ( _
    ByVal pTlc As IPnt, _
    ByVal pPixelBlock As IPixelBlock _
)
[C#]
public void Erase (
    IPnt pTlc,
    IPixelBlock pPixelBlock
);
[C++]
HRESULT Erase(
  IPnt* pTlc,
  IPixelBlock* pPixelBlock
);
[C++]
Parameters
pTlc [in]

pTlc is a parameter of type IPnt* pPixelBlock [in]
pPixelBlock is a parameter of type IPixelBlock*

Product Availability

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

See Also

IRasterEdit Interface