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


IBandArithmeticFunctionArguments.BandIndexes 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.BandIndexes Property
ArcGIS Developer Help

IBandArithmeticFunctionArguments.BandIndexes Property

The band indexes used in the calculation.

[Visual Basic .NET]
Public Property BandIndexes As String
[C#]
public string BandIndexes {get; set;}
[C++]
HRESULT get_BandIndexes(
  System.String* pBandIndexes
);
[C++]
HRESULT put_BandIndexes(
  BSTR pBandIndexes
);
[C++]
Parameters
pBandIndexes [out, retval]

pBandIndexes is a parameter of type BSTR* pBandIndexes [in]
pBandIndexes is a parameter of type BSTR

Product Availability

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

See Also

IBandArithmeticFunctionArguments Interface