Provides access to additional members that control arithmetic function arguments.
Members
Name | Description | |
---|---|---|
CellsizeType | The different ways for estimating cellsize. | |
ExtentType | The different ways for estimating extent. | |
Operation | The arithmetic operation. | |
Raster | The 1st raster object. | |
Raster2 | The 2nd raster object. |
IArithmeticFunctionArguments2.CellsizeType Property
The different ways for estimating cellsize.
Public Property CellsizeType As esriCellsizeType
public esriCellsizeType CellsizeType {get; set;}
IArithmeticFunctionArguments2.ExtentType Property
The different ways for estimating extent.
Public Property ExtentType As esriExtentType
public esriExtentType ExtentType {get; set;}
Inherited Interfaces
Interfaces | Description |
---|---|
IArithmeticFunctionArguments | Provides access to members that control arithmetic function arguments. |
Classes that implement IArithmeticFunctionArguments2
Classes | Description |
---|---|
ArithmeticFunctionArguments | A class for colormap raster function arguments. |