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


IBandArithmeticFunctionArguments.Method Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IB > IBandArithmeticFunctionArguments Interface > IBandArithmeticFunctionArguments.Method Property
ArcGIS Developer Help

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