ESRI.ArcGIS.ConversionTools
background_value Property
See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.ConversionTools Namespace > RasterToPolyline Class : background_value Property




Specifies the 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. (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;}

See Also

© 2010 All Rights Reserved.