ConversionTools
background_value Property
See Also  Send Feedback
ESRI.ArcGIS.ConversionTools Namespace > RasterToPolyline Class : background_value Property




Specifies 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)

Syntax

Visual Basic (Declaration) 
Public Property background_value As String
Visual Basic (Usage)Copy Code
Dim instance As RasterToPolyline
Dim value As String
 
instance.background_value = value
 
value = instance.background_value
C# 
public string background_value {get; set;}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.