This document is archived and information here might be outdated.  Recommended version.


IArithmeticFunctionArguments Interface (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IArithmeticFunctionArguments Interface

Provides access to members that control arithmetic function arguments.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Description
Read/write property Operation The arithmetic operation.
Read/write property Raster The 1st raster object.
Read/write property Raster2 The 2nd raster object.

CoClasses that implement IArithmeticFunctionArguments

CoClasses and Classes Description
ArithmeticFunctionArguments A class for colormap raster function arguments.

.NET Samples

Create a Function Raster dataset (Code Files: CreateFunctionRasterDataset)

.NET Related Topics

How to create an Arithmetic function dataset