ConversionTools
RasterToPolyline Class Properties
See Also  Send Feedback
ESRI.ArcGIS.ConversionTools Namespace : RasterToPolyline Class




For a list of all members of this type, see RasterToPolyline members.

Public Properties

 NameDescription
public PropertyAliasThe alias for this tool's toolbox.  
public Propertybackground_valueSpecifies the cell value that will identify the background cells. The raster dataset is viewed as a set of foreground cells and background cells. The linear features are formed from the foreground cells. ZERO—The background is composed of cells of zero or less or Nodata. All cells with a value greater than zero are considered a foreground value. NODATA—The background is composed of Nodata cells. All cells with valid values belong to the foreground. {ZERO | NODATA} (In, Optional)  
public Propertyin_rasterThe input raster dataset. (In, Required)  
public Propertyminimum_dangle_lengthMinimum length of dangling polylines that will be retained. The default is zero. (In, Optional)  
public Propertyout_polyline_featuresThe output feature class that will contain the converted polylines. (Out, Required)  
public PropertyParameterInfoThe parameters used by this tool. For internal use only.  
public Propertyraster_fieldThe field used to assign values from the cells in the input raster to the polyline features in the output file. Can be integer or string field. (In, Optional)  
public PropertysimplifySimplifies the polygon. (In, Optional)  
public PropertyToolboxDirectoryThe directory of this tool's toolbox.  
public PropertyToolboxNameThe name of this tool's toolbox.  
public PropertyToolNameThe name of this tool.  
Top

See Also

© 2011 All Rights Reserved.