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




in_raster_or_constant
The input raster whose values will be looked for in the input list. (In, Required)
in_raster_or_constants
A list of input rasters in which the cell values from the first input will be looked for. (In, Required)
out_raster
The output raster. (Out, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal in_raster_or_constant As Object, _
   ByVal in_raster_or_constants As Object, _
   ByVal out_raster As Object _
)
Visual Basic (Usage)Copy Code
Dim in_raster_or_constant As Object
Dim in_raster_or_constants As Object
Dim out_raster As Object
 
Dim instance As InList(in_raster_or_constant, in_raster_or_constants, out_raster)
C# 
public InList( 
   object in_raster_or_constant,
   object in_raster_or_constants,
   object out_raster
)

Parameters

in_raster_or_constant
The input raster whose values will be looked for in the input list. (In, Required)
in_raster_or_constants
A list of input rasters in which the cell values from the first input will be looked for. (In, Required)
out_raster
The output raster. (Out, Required)

See Also

© 2010 All Rights Reserved.