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


ITileImageInfo3.BandCount Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

ITileImageInfo3.BandCount Property

Number of bands in cache dataset.

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

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

Product Availability

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

See Also

ITileImageInfo3 Interface