ArcObjects Library Reference  (DataSourcesRaster)    

IRasterGeometryProc.Clip Method

Clips the input raster based on the specified envelope.

[Visual Basic 6.0]
Sub Clip(
    ByVal ipRectangle As IEnvelope, _
    ByVal ipRaster As IRaster _
)
[Visual Basic .NET]
Public Sub Clip ( _
    ByVal ipRectangle As IEnvelope, _
    ByVal ipRaster As IRaster _
)
[C#]
public void Clip (
    IEnvelope ipRectangle,
    IRaster ipRaster
);
[Java]
public void clip (
    IEnvelope ipRectangle,
    IRaster ipRaster
)
throws
    IOException,
    AutomationException
[C++]
HRESULT Clip(
  IEnvelope* ipRectangle,
  IRaster* ipRaster
);
[C++]

Parameters

ipRectangle [in]

  ipRectangle is a parameter of type IEnvelope

ipRaster [in]

  ipRaster is a parameter of type IRaster

Product Availability

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

See Also

IRasterGeometryProc Interface

 


Feedback Send feedback on this page