This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IE > IExtractBandFunctionArguments2 Interface > IExtractBandFunctionArguments2.BandWavelengths Property (ArcObjects .NET 10.4 SDK) |
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