This document is archived and information here might be outdated. Recommended version. |
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*