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


esriRasterArithmeticOperation Constants (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

esriRasterArithmeticOperation Constants

The raster Binary operations.

Constant Value Description
esriRasterPlus 1 The Plus operation (+).
esriRasterMinus 2 The Minus operation (-).
esriRasterMultiply 3 The Multiply operation (*).
esriRasterDivide 4 The Divide operation (/).
esriRasterPower 5 The power operation (**).
esriRasterMode 6 The mode operation (%).

Product Availability

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

.NET Samples

Create a Function Raster dataset (Code Files: CreateFunctionRasterDataset)

.NET Related Topics

How to create an Arithmetic function dataset