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


IColorChannelMapping.BandIndices Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

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