This document is archived and information here might be outdated.  Recommended version.


IRasterLayer.BandCount Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IRasterLayer.BandCount Property

Number of bands in the layer.

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

Parameters BandCount [out, retval] BandCount is a parameter of type long

Product Availability

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

See Also

IRasterLayer Interface