Provides access to members that control arithmetic function arguments.
Members
Name | Description | |
---|---|---|
Operation | The arithmetic operation. | |
Raster | The 1st raster object. | |
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. |