This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IT > ITileImageInfo3 Interface > ITileImageInfo3.BandCount Property (ArcObjects .NET 10.5 SDK) |
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