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


IColorChannelMapping.BandIndices Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IC > IColorChannelMapping Interface > IColorChannelMapping.BandIndices Property
ArcGIS Developer Help

IColorChannelMapping.BandIndices Property

The band indices being used in the mapping.

[Visual Basic .NET]
Public Property BandIndices As Object
[C#]
public object BandIndices {get; set;}
[C++]
HRESULT get_BandIndices(
  Variant* vIndex
);
[C++]
HRESULT put_BandIndices(
  VARIANT vIndex
);
[C++]
Parameters
vIndex [out, retval]

vIndex is a parameter of type VARIANT* vIndex [in]
vIndex is a parameter of type VARIANT

Product Availability

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

See Also

IColorChannelMapping Interface