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




Define which bands for which you would like to get the pixel value. If you do not define any bands, a pixel value for all the bands in the x,y location will be returned. (In, Optional)

Syntax

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

See Also

© 2010 All Rights Reserved.