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


IExtractBandFunctionArguments.BandIDs Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IE > IExtractBandFunctionArguments Interface > IExtractBandFunctionArguments.BandIDs Property
ArcGIS Developer Help

IExtractBandFunctionArguments.BandIDs Property

The list of band IDs (0 based) to be extracted.

[Visual Basic .NET]
Public Property BandIDs As ILongArray
[C#]
public ILongArray BandIDs {get; set;}
[C++]
HRESULT get_BandIDs(
  ILongArray** ppBandIDs
);
[C++]
HRESULT putref_BandIDs(
  ILongArray* ppBandIDs
);
[C++]
Parameters
ppBandIDs [out, retval]

ppBandIDs is a parameter of type ILongArray** ppBandIDs [in]
ppBandIDs is a parameter of type ILongArray*

Product Availability

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

See Also

IExtractBandFunctionArguments Interface