This document is archived and information here might be outdated.  Recommended version.


IRasterDatasetName.RasterBandNames Property (ArcObjects .NET 10.5 SDK)
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