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




in_stream_raster
An input raster that represents a linear stream network. (In, Required)
in_flow_direction_raster
The input raster that shows the direction of flow out of each cell. (In, Required)
out_polyline_features
Output feature class that will hold the converted streams. (Out, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal in_stream_raster As Object, _
   ByVal in_flow_direction_raster As Object, _
   ByVal out_polyline_features As Object _
)
Visual Basic (Usage)Copy Code
Dim in_stream_raster As Object
Dim in_flow_direction_raster As Object
Dim out_polyline_features As Object
 
Dim instance As StreamToFeature(in_stream_raster, in_flow_direction_raster, out_polyline_features)
C# 
public StreamToFeature( 
   object in_stream_raster,
   object in_flow_direction_raster,
   object out_polyline_features
)

Parameters

in_stream_raster
An input raster that represents a linear stream network. (In, Required)
in_flow_direction_raster
The input raster that shows the direction of flow out of each cell. (In, Required)
out_polyline_features
Output feature class that will hold the converted streams. (Out, Required)

See Also

© 2010 All Rights Reserved.