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


IExtractBandFunctionArguments2.BandNames Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

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