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




in_surface_raster
The input raster representing a continuous surface. (In, Required)
out_flow_direction_raster
The output raster that shows the flow direction from each cell to its steepest downslope neighbor. (Out, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal in_surface_raster As Object, _
   ByVal out_flow_direction_raster As Object _
)
Visual Basic (Usage)Copy Code
Dim in_surface_raster As Object
Dim out_flow_direction_raster As Object
 
Dim instance As FlowDirection(in_surface_raster, out_flow_direction_raster)
C# 
public FlowDirection( 
   object in_surface_raster,
   object out_flow_direction_raster
)

Parameters

in_surface_raster
The input raster representing a continuous surface. (In, Required)
out_flow_direction_raster
The output raster that shows the flow direction from each cell to its steepest downslope neighbor. (Out, Required)

See Also

© 2010 All Rights Reserved.