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




in_rasters_or_constants
A list of input rasters for which a statistic will be calculated for each cell within the Analysis window. (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_rasters_or_constants As Object, _
   ByVal out_raster As Object _
)
Visual Basic (Usage)Copy Code
Dim in_rasters_or_constants As Object
Dim out_raster As Object
 
Dim instance As CellStatistics(in_rasters_or_constants, out_raster)
C# 
public CellStatistics( 
   object in_rasters_or_constants,
   object out_raster
)

Parameters

in_rasters_or_constants
A list of input rasters for which a statistic will be calculated for each cell within the Analysis window. (In, Required)
out_raster
The output raster. (Out, Required)

See Also

© 2010 All Rights Reserved.