ArcObjects Library Reference (DataSourcesRaster)  

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(
  BSTR* 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