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




in_rasters
The Weighted Sum tool overlays several rasters, multiplying each by their given weight and summing them together. (In, Required)
out_raster
The output suitability raster. (Out, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

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

Parameters

in_rasters
The Weighted Sum tool overlays several rasters, multiplying each by their given weight and summing them together. (In, Required)
out_raster
The output suitability raster. (Out, Required)

See Also

© 2010 All Rights Reserved.