ArcObjects Library Reference (Carto)  

IImageServiceInfo.BandCount Property

The number of bands.

[Visual Basic .NET]
Public ReadOnly Property BandCount As Integer
[C#]
public int BandCount {get;}
[C++]
HRESULT get_BandCount(
  long* pBandCount
);
[C++]

Parameters

pBandCount [out, retval]   pBandCount is a parameter of type long

Product Availability

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

See Also

IImageServiceInfo Interface