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


IArithmeticFunctionArguments.Operation Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IA > IArithmeticFunctionArguments Interface > IArithmeticFunctionArguments.Operation Property
ArcGIS Developer Help

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 [in]

pOperation is a parameter of type esriRasterArithmeticOperation pOperation [out, retval]
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