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




in_raster
The input raster dataset. (In, Required)
location_point
Type the x and y coordinates of the pixel location. (In, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

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

Parameters

in_raster
The input raster dataset. (In, Required)
location_point
Type the x and y coordinates of the pixel location. (In, Required)

See Also

© 2010 All Rights Reserved.