Provides access to members that control Compute Change function arguments.
Members
Name | Description | |
---|---|---|
CellsizeType | The different ways for estimating cellsize. | |
ExtentType | The different ways for estimating extent. | |
FromClassValues | The list of class values to be selected from the from raster. Empty means all classes. | |
KeepMethod | The Compute Change Keep Method. | |
Method | The Compute Change Method. | |
Raster | The source raster object. | |
Raster2 | The second source raster object. | |
ToClassValues | The list of class values to be selected from the to raster. Empty means all classes. | |
UseColorMethod | The Compute Change Use Color Method. |
IComputeChangeFunctionArguments2.CellsizeType Property
The different ways for estimating cellsize.
Public Property CellsizeType As esriCellsizeType
public esriCellsizeType CellsizeType {get; set;}
IComputeChangeFunctionArguments2.ExtentType Property
The different ways for estimating extent.
Public Property ExtentType As esriExtentType
public esriExtentType ExtentType {get; set;}
IComputeChangeFunctionArguments2.FromClassValues Property
The list of class values to be selected from the from raster. Empty means all classes.
Public Property FromClassValues As ILongArray
public ILongArray FromClassValues {get; set;}
IComputeChangeFunctionArguments2.KeepMethod Property
The Compute Change Keep Method.
Public Property KeepMethod As esriComputeChangeKeepMethod
public esriComputeChangeKeepMethod KeepMethod {get; set;}
IComputeChangeFunctionArguments2.ToClassValues Property
The list of class values to be selected from the to raster. Empty means all classes.
Public Property ToClassValues As ILongArray
public ILongArray ToClassValues {get; set;}
IComputeChangeFunctionArguments2.UseColorMethod Property
The Compute Change Use Color Method.
Public Property UseColorMethod As esriComputeChangeUseColorMethod
public esriComputeChangeUseColorMethod UseColorMethod {get; set;}
Inherited Interfaces
Interfaces | Description |
---|---|
IComputeChangeFunctionArguments | Provides access to members that control Compute Change function arguments. |
Classes that implement IComputeChangeFunctionArguments2
Classes | Description |
---|---|
ComputeChangeFunctionArguments | A class for compute change function arguments. |