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


IGeoImageDescription.BandSelection Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IG > IGeoImageDescription Interface > IGeoImageDescription.BandSelection Property
ArcGIS Developer Help

IGeoImageDescription.BandSelection Property

The band selection.

[Visual Basic .NET]
Public Property BandSelection As ILongArray
[C#]
public ILongArray BandSelection {get; set;}
[C++]
HRESULT get_BandSelection(
  ILongArray** ppBandIDs
);
[C++]
HRESULT putref_BandSelection(
  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

IGeoImageDescription Interface