ArcObjects Library Reference (DataSourcesRaster)  

ICreateMosaicDatasetParameters.BandCount Property

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

Product Availability

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

Description

Number of bands of the Mosaic Dataset to be created.

See Also

ICreateMosaicDatasetParameters Interface

.NET Related Topics

DataSourcesRaster | How to create a Mosaic dataset | How to create a referenced mosaic dataset