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


IExtractBandFunctionArguments2.WavelengthMatchTolerance 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.WavelengthMatchTolerance Property
ArcGIS Developer Help

IExtractBandFunctionArguments2.WavelengthMatchTolerance Property

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(
  System.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

Product Availability

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

See Also

IExtractBandFunctionArguments2 Interface