ArcObjects Library Reference (GeoDatabase)  

IRasterDatasetName.RasterBandNames Property

The band names in the RasterDataset.

[Visual Basic .NET]
Public ReadOnly Property RasterBandNames As IEnumDatasetName
[C#]
public IEnumDatasetName RasterBandNames {get;}
[C++]
HRESULT get_RasterBandNames(
  IEnumDatasetName** RasterBandNames
);
[C++]

Parameters

RasterBandNames [out, retval]

  RasterBandNames is a parameter of type IEnumDatasetName

Product Availability

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

See Also

IRasterDatasetName Interface