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


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

IRasterGeometryProc2.Clip Method

Clips the input raster based on the specified envelope.

[Visual Basic .NET]
Public Sub Clip ( _
    ByVal ipRectangle As IEnvelope, _
    ByVal pRaster As IRaster _
)
[C#]
public void Clip (
    IEnvelope ipRectangle,
    IRaster pRaster
);
[C++]
HRESULT Clip(
  IEnvelope* ipRectangle,
  IRaster* pRaster
);
[C++]
Parameters
ipRectangle [in]

ipRectangle is a parameter of type IEnvelope* pRaster [in]
pRaster is a parameter of type IRaster*

Product Availability

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

See Also

IRasterGeometryProc2 Interface