INDVIFunctionArguments Interface

Provides access to members that control NDVI function arguments.

Members

Name Description
Read/write property InfraredBandID The infrared band id.
Read/write property Raster The input raster.
Read/write property VisibleBandID The visible band id.

INDVIFunctionArguments.InfraredBandID Property

The infrared band id.

Public Property InfraredBandID As Integer
public int InfraredBandID {get; set;}

INDVIFunctionArguments.Raster Property

The input raster.

Public Property Raster As Object
public object Raster {get; set;}

INDVIFunctionArguments.VisibleBandID Property

The visible band id.

Public Property VisibleBandID As Integer
public int VisibleBandID {get; set;}

Classes that implement INDVIFunctionArguments

Classes Description
NDVIFunctionArguments A class for NDVI raster function arguments.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.