This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IC > IColorChannelMapping Interface > IColorChannelMapping.BandIndices Property (ArcObjects .NET 10.5 SDK) |
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