Provides access to members that control Band Arithmetic function arguments.
Members
Name | Description | |
---|---|---|
BandIndexes | The band indexes used in the calculation. | |
Method | The method or calculation to perform. | |
Raster | The input raster. |
IBandArithmeticFunctionArguments.BandIndexes Property
The band indexes used in the calculation.
Public Property BandIndexes As String
public string BandIndexes {get; set;}
IBandArithmeticFunctionArguments.Method Property
The method or calculation to perform.
Public Property Method As esriRasterBandArithmeticMethod
public esriRasterBandArithmeticMethod Method {get; set;}
IBandArithmeticFunctionArguments.Raster Property
The input raster.
Public Property Raster As Object
public object Raster {get; set;}
Classes that implement IBandArithmeticFunctionArguments
Classes | Description |
---|---|
BandArithmeticFunctionArguments | A class for Band Arithmetic raster function arguments. |