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


IExtractBandFunctionArguments2.BandWavelengths Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IE > IExtractBandFunctionArguments2 Interface > IExtractBandFunctionArguments2.BandWavelengths Property
ArcGIS Developer Help

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