This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IC > ICreateMosaicDatasetParameters Interface > ICreateMosaicDatasetParameters.BandCount Property (ArcObjects .NET 10.5 SDK) |
The number of bands in the mosaic dataset.
[Visual Basic .NET] Public Property BandCount As Integer
[C#] public int BandCount {get; set;}
[C++]
HRESULT get_BandCount(
long* pCount
);
[C++]
HRESULT put_BandCount(
long pCount
);
[C++]
Parameters pCount [out, retval] pCount is a parameter of type long pCount [in] pCount is a parameter of type long
Number of bands of the Mosaic Dataset to be created.