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




in_weighted_overlay_table
The Weighted Overlay tool allows the calculation of a multiple-criteria analysis between several rasters. (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_weighted_overlay_table As Object, _
   ByVal out_raster As Object _
)
Visual Basic (Usage)Copy Code
Dim in_weighted_overlay_table As Object
Dim out_raster As Object
 
Dim instance As WeightedOverlay(in_weighted_overlay_table, out_raster)
C# 
public WeightedOverlay( 
   object in_weighted_overlay_table,
   object out_raster
)

Parameters

in_weighted_overlay_table
The Weighted Overlay tool allows the calculation of a multiple-criteria analysis between several rasters. (In, Required)
out_raster
The output suitability raster. (Out, Required)

See Also

© 2010 All Rights Reserved.