IComputeChangeFunctionArguments2 Interface

Provides access to members that control Compute Change function arguments.

Members

Name Description
Read/write property CellsizeType The different ways for estimating cellsize.
Read/write property ExtentType The different ways for estimating extent.
Read/write property FromClassValues The list of class values to be selected from the from raster. Empty means all classes.
Read/write property KeepMethod The Compute Change Keep Method.
Read/write property Method The Compute Change Method.
Read/write property Raster The source raster object.
Read/write property Raster2 The second source raster object.
Read/write property ToClassValues The list of class values to be selected from the to raster. Empty means all classes.
Read/write property 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.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.

You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

Your ArcGIS portal

Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

Your ArcGIS Location Platform dashboard

Manage billing, monitor service usage, and access additional resources.

Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

Close