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




in_flow_direction_raster
The input raster that shows the direction of flow out of each cell. (In, Required)
in_pour_point_data
The input pour point locations. (In, Required)
out_raster
The output raster that shows the contributing area. (Out, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

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

Parameters

in_flow_direction_raster
The input raster that shows the direction of flow out of each cell. (In, Required)
in_pour_point_data
The input pour point locations. (In, Required)
out_raster
The output raster that shows the contributing area. (Out, Required)

See Also

© 2010 All Rights Reserved.