IArithmeticFunctionArguments Interface

Provides access to members that control arithmetic function arguments.

Members

Name Description
Read/write property Operation The arithmetic operation.
Read/write property Raster The 1st raster object.
Read/write property Raster2 The 2nd raster object.

IArithmeticFunctionArguments.Operation Property

The arithmetic operation.

Public Property Operation As esriRasterArithmeticOperation
public esriRasterArithmeticOperation Operation {get; set;}

IArithmeticFunctionArguments.Raster Property

The 1st raster object.

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

IArithmeticFunctionArguments.Raster2 Property

The 2nd raster object.

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

Classes that implement IArithmeticFunctionArguments

Classes Description
ArithmeticFunctionArguments A class for colormap 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.