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


IRasterGeometryProc3.Clip Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IRasterGeometryProc3.Clip Method

Clips the input raster based on the specified envelope.

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

Parameters pRectangle [in]
pRectangle 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

IRasterGeometryProc3 Interface