IBandArithmeticFunctionArguments Interface

Provides access to members that control Band Arithmetic function arguments.

Members

Name Description
Read/write property BandIndexes The band indexes used in the calculation.
Read/write property Method The method or calculation to perform.
Read/write property 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.

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