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.