This document is archived and information here might be outdated. Recommended version. |
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*