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. |
![]() |
FromClassNameFieldName | The field name with the class names for the from raster. |
![]() |
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. |
![]() |
ToClassNameFieldName | The field name with the class names for the to raster. |
![]() |
ToClassValues | The list of class values to be selected from the to raster. Empty means all classes. |
![]() |
UseColorMethod | The Compute Change Use Color Method. |
IComputeChangeFunctionArguments3.FromClassNameFieldName Property
The field name with the class names for the from raster.
Public Property FromClassNameFieldName As String
public string FromClassNameFieldName {get; set;}
IComputeChangeFunctionArguments3.ToClassNameFieldName Property
The field name with the class names for the to raster.
Public Property ToClassNameFieldName As String
public string ToClassNameFieldName {get; set;}
Inherited Interfaces
Interfaces | Description |
---|---|
IComputeChangeFunctionArguments2 | Provides access to members that control Compute Change function arguments. |
IComputeChangeFunctionArguments | Provides access to members that control Compute Change function arguments. |
Classes that implement IComputeChangeFunctionArguments3
Classes | Description |
---|