ArcObjects Library Reference (DataSourcesRaster)  

ISimplePixelReader.BandCount Property

The number of source bands.

[Visual Basic .NET]
Public WriteOnly Property BandCount_2
[C#]
public void BandCount_2 {set;}
[C++]
HRESULT put_BandCount(
  long 
);
[C++]

Parameters

[in]    is a parameter of type long

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ISimplePixelReader Interface