ArcObjects Library Reference (DataSourcesRaster)  

IArithmeticFunctionArguments.Operation Property

The arithmetic operation.

[Visual Basic .NET]
Public Property Operation As esriRasterArithmeticOperation
[C#]
public esriRasterArithmeticOperation Operation {get; set;}
[C++]
HRESULT get_Operation(
  esriRasterArithmeticOperation* pOperation
);
[C++]
HRESULT put_Operation(
  esriRasterArithmeticOperation pOperation
);
[C++]

Parameters

pOperation [out, retval]

  pOperation is a parameter of type esriRasterArithmeticOperation

pOperation [in]

  pOperation is a parameter of type esriRasterArithmeticOperation

Product Availability

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

See Also

IArithmeticFunctionArguments Interface

.NET Samples

Create a Function Raster dataset (Code Files: CreateFunctionRasterDataset) |

.NET Related Topics

How to create an Arithmetic function dataset |