This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IE > IExtractBandFunctionArguments2 Interface > IExtractBandFunctionArguments2.WavelengthMatchTolerance Property (ArcObjects .NET 10.4 SDK) |
The wavelength tolerance value in nanometers. For a raster band to be associated with a requested wavelength, the two wavelengths must lie within this tolerance.
[Visual Basic .NET] Public Property WavelengthMatchTolerance As Double
[C#] public double WavelengthMatchTolerance {get; set;}
[C++]
HRESULT get_WavelengthMatchTolerance(
double* pWavelengthMatchTolerance
);
[C++]
HRESULT put_WavelengthMatchTolerance(
double pWavelengthMatchTolerance
);
[C++]
Parameters pWavelengthMatchTolerance [out, retval] pWavelengthMatchTolerance is a parameter of type double pWavelengthMatchTolerance [in] pWavelengthMatchTolerance is a parameter of type double