This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IB > IBandArithmeticFunctionArguments Interface > IBandArithmeticFunctionArguments.Method Property (ArcObjects .NET 10.4 SDK) |
The method or calculation to perform.
[Visual Basic .NET] Public Property Method As esriRasterBandArithmeticMethod
[C#] public esriRasterBandArithmeticMethod Method {get; set;}
[C++]
HRESULT get_Method(
esriRasterBandArithmeticMethod* pBandArithmeticMethod
);
[C++]
HRESULT put_Method(
esriRasterBandArithmeticMethod pBandArithmeticMethod
);
[C++]
Parameters pBandArithmeticMethod [out, retval]
pBandArithmeticMethod is a parameter of type esriRasterBandArithmeticMethod pBandArithmeticMethod [in]
pBandArithmeticMethod is a parameter of type esriRasterBandArithmeticMethod