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




in_raster
The input raster to be reclassified. (In, Required)
reclass_field
Field denoting the values that will be reclassified. (In, Required)
remap
The Remap object is used to specify how to reclassify values of the input raster. (In, Required)
out_raster
The output reclassified 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 reclass_field As Object, _
   ByVal remap As Object, _
   ByVal out_raster As Object _
)
Visual Basic (Usage)Copy Code
Dim in_raster As Object
Dim reclass_field As Object
Dim remap As Object
Dim out_raster As Object
 
Dim instance As Reclassify(in_raster, reclass_field, remap, out_raster)
C# 
public Reclassify( 
   object in_raster,
   object reclass_field,
   object remap,
   object out_raster
)

Parameters

in_raster
The input raster to be reclassified. (In, Required)
reclass_field
Field denoting the values that will be reclassified. (In, Required)
remap
The Remap object is used to specify how to reclassify values of the input raster. (In, Required)
out_raster
The output reclassified raster. (Out, Required)

See Also

© 2010 All Rights Reserved.