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


INDVIFunctionArguments3 Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IN > INDVIFunctionArguments3 Interface
ArcGIS Developer Help

INDVIFunctionArguments3 Interface

Provides access to members that control NDVI function arguments.

Product Availability

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

Members

Name Description
Read/write property InfraredBandID The infrared band id.
Read/write property InfraredBandName Infrared band name.
Read/write property InfraredBandWavelength Infrared band wavelength.
Read/write property MissingBandAction Indicates how the raster function behaves when a request band (specified by index, name, or wavelength) is not found in the input raster.
Read/write property Raster The input raster.
Read/write property ScientificOutput Indicates the output values should be between -1 and 1.
Read/write property VisibleBandID The visible band id.
Read/write property VisibleBandName Visible band name.
Read/write property VisibleBandWavelength Visible band wavelength.
Read/write property WavelengthMatchTolerance 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.

Inherited Interfaces

Interfaces Description
INDVIFunctionArguments2 Provides access to members that control NDVI function arguments.
INDVIFunctionArguments Provides access to members that control NDVI function arguments.

Classes that implement INDVIFunctionArguments3

Classes Description
NDVIFunctionArguments A class for NDVI raster function arguments.