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


IBandArithmeticFunctionArguments.Method Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IBandArithmeticFunctionArguments.Method Property

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

Product Availability

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

See Also

IBandArithmeticFunctionArguments Interface