The list of bands to be extracted by name. This property, when specified, overrides values in the 'BandIDs' and the 'BandWavelengths' properties.
[Visual Basic .NET] Public Property BandNames As IStringArray
[C#] public IStringArray BandNames {get; set;}
[C++]
HRESULT get_BandNames(
IStringArray** ppBandNames
);
[C++]
HRESULT putref_BandNames(
IStringArray* ppBandNames
);
[C++]Parameters
ppBandNames [out, retval]ppBandNames is a parameter of type IStringArray
ppBandNames [in]ppBandNames is a parameter of type IStringArray
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.