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


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

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(
  System.Int32* 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