This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IB > IBandArithmeticFunctionArguments Interface > IBandArithmeticFunctionArguments.BandIndexes Property (ArcObjects .NET 10.4 SDK) |
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