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