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


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

IExtractBandFunctionArguments2.BandNames Property

The list of bands to be extracted by name. This property, when specified, overrides values in the 'BandIDs' and the 'BandWavelengths' properties.

[Visual Basic .NET]
Public Property BandNames As IStringArray
[C#]
public IStringArray BandNames {get; set;}
[C++]
HRESULT get_BandNames(
  IStringArray** ppBandNames
);
[C++]
HRESULT putref_BandNames(
  IStringArray* ppBandNames
);
[C++]
Parameters
ppBandNames [out, retval]

ppBandNames is a parameter of type IStringArray** ppBandNames [in]
ppBandNames is a parameter of type IStringArray*

Product Availability

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

See Also

IExtractBandFunctionArguments2 Interface