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




in_raster
The input raster from which cells will be extracted. (In, Required)
center_point
The Point class dictates the center coordinate (x,y) of the circle defining the area to be extracted. (In, Required)
radius
Radius of the circle defining the area to be extracted. (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 center_point As Object, _
   ByVal radius As Double, _
   ByVal out_raster As Object _
)
Visual Basic (Usage)Copy Code
Dim in_raster As Object
Dim center_point As Object
Dim radius As Double
Dim out_raster As Object
 
Dim instance As ExtractByCircle(in_raster, center_point, radius, out_raster)
C# 
public ExtractByCircle( 
   object in_raster,
   object center_point,
   double radius,
   object out_raster
)

Parameters

in_raster
The input raster from which cells will be extracted. (In, Required)
center_point
The Point class dictates the center coordinate (x,y) of the circle defining the area to be extracted. (In, Required)
radius
Radius of the circle defining the area to be extracted. (In, Required)
out_raster
The output raster containing the cell values extracted from the input raster. (Out, Required)

See Also

© 2010 All Rights Reserved.