This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IA > IArithmeticFunctionArguments Interface > IArithmeticFunctionArguments.Operation Property (ArcObjects .NET 10.5 SDK) |
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