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




Use this option to remove the unwanted values created around the raster data. The value specified will be distinguished from other valuable data in the raster dataset. For example, a value of zero along the raster dataset's borders will be distinguished from zero values within the raster dataset. (In, Optional)

Syntax

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

See Also

© 2010 All Rights Reserved.