This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPRasterLayer Interface > IGPRasterLayer.BandCount Property (ArcObjects .NET 10.4 SDK) |
The number of bands in the raster layer object.
[Visual Basic .NET] Public Property BandCount As Integer
[C#] public int BandCount {get; set;}
[C++]
HRESULT get_BandCount(
long* BandCount
);
[C++]
HRESULT put_BandCount(
long BandCount
);
[C++]
Parameters BandCount [out, retval] BandCount is a parameter of type long BandCount [in] BandCount is a parameter of type long