ArcObjects Library Reference (DataSourcesRaster)  

IExtractBandFunctionArguments2.BandWavelengths Property

The list of bands to be extracted by mid wavelength values (in nanometers). This property, when specified, overrides values in the 'BandIDs' property.

[Visual Basic .NET]
Public Property BandWavelengths As IDoubleArray
[C#]
public IDoubleArray BandWavelengths {get; set;}
[C++]
HRESULT get_BandWavelengths(
  IDoubleArray** ppBandWavelengths
);
[C++]
HRESULT putref_BandWavelengths(
  IDoubleArray* ppBandWavelengths
);
[C++]

Parameters

ppBandWavelengths [out, retval]

  ppBandWavelengths is a parameter of type IDoubleArray

ppBandWavelengths [in]

  ppBandWavelengths is a parameter of type IDoubleArray

Product Availability

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

See Also

IExtractBandFunctionArguments2 Interface