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


IBandArithmeticFunctionArguments.BandIndexes Property (ArcObjects .NET 10.5 SDK)
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