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


IRasterRGBRenderer2.AlphaBandIndex Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRasterRGBRenderer2 Interface > IRasterRGBRenderer2.AlphaBandIndex Property
ArcGIS Developer Help

IRasterRGBRenderer2.AlphaBandIndex Property

The band to be represented in Alpha.

[Visual Basic .NET]
Public Property AlphaBandIndex As Integer
[C#]
public int AlphaBandIndex {get; set;}
[C++]
HRESULT get_AlphaBandIndex(
  System.Int32* pIndex
);
[C++]
HRESULT put_AlphaBandIndex(
  long pIndex
);
[C++]
Parameters
pIndex [out, retval]

pIndex is a parameter of type long* pIndex [in]
pIndex is a parameter of type long

Product Availability

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

See Also

IRasterRGBRenderer2 Interface