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


IImageView.BandCount Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IImageView Interface > IImageView.BandCount Property
ArcGIS Developer Help

IImageView.BandCount Property

The number of bands.

[Visual Basic .NET]
Public Property BandCount As Integer
[C#]
public int BandCount {get; set;}
[C++]
HRESULT get_BandCount(
  System.Int32* pNumBands
);
[C++]
HRESULT put_BandCount(
  long pNumBands
);
[C++]
Parameters
pNumBands [out, retval]

pNumBands is a parameter of type long* pNumBands [in]
pNumBands is a parameter of type long

Product Availability

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

See Also

IImageView Interface