ESRI.ArcGIS.SpatialAnalystTools
ExtractByRectangle Constructor(Object,Object,Object)
See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.SpatialAnalystTools Namespace > ExtractByRectangle Class > ExtractByRectangle Constructor : ExtractByRectangle Constructor(Object,Object,Object)




in_raster
The input raster from which cells will be extracted. (In, Required)
rectangle
A rectangle that defines the area to be extracted. An Extent object is used to specify the coordinates. (In, Required)
out_raster
The output raster containing the cell values extracted from the input raster. (Out, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal in_raster As Object, _
   ByVal rectangle As Object, _
   ByVal out_raster As Object _
)
Visual Basic (Usage)Copy Code
Dim in_raster As Object
Dim rectangle As Object
Dim out_raster As Object
 
Dim instance As ExtractByRectangle(in_raster, rectangle, out_raster)
C# 
public ExtractByRectangle( 
   object in_raster,
   object rectangle,
   object out_raster
)

Parameters

in_raster
The input raster from which cells will be extracted. (In, Required)
rectangle
A rectangle that defines the area to be extracted. An Extent object is used to specify the coordinates. (In, Required)
out_raster
The output raster containing the cell values extracted from the input raster. (Out, Required)

See Also

© 2010 All Rights Reserved.