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


INDVIFunctionArguments2.WavelengthMatchTolerance Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

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

INDVIFunctionArguments2 Interface