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




The band number and the minimum and maximum pixel value of valid data. The NoData values will be those values outside the range. For example, for an 8-bit image, if you specify band1=10–200, then values 0–9 and 201–255 will be defined as NoData. (In, Optional)

Syntax

Visual Basic (Declaration) 
Public Property bands_for_valid_data_range As Object
Visual Basic (Usage)Copy Code
Dim instance As DefineMosaicDatasetNoData
Dim value As Object
 
instance.bands_for_valid_data_range = value
 
value = instance.bands_for_valid_data_range
C# 
public object bands_for_valid_data_range {get; set;}

See Also

© 2010 All Rights Reserved.