Provides access to members that control NDVI function arguments.
Members
Name | Description | |
---|---|---|
InfraredBandID | The infrared band id. | |
Raster | The input raster. | |
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. |