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


IRasterRGBRenderer2.UseAlphaBand 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.UseAlphaBand Property
ArcGIS Developer Help

IRasterRGBRenderer2.UseAlphaBand Property

Indicates if the Alpha band is used.

[Visual Basic .NET]
Public Property UseAlphaBand As Boolean
[C#]
public bool UseAlphaBand {get; set;}
[C++]
HRESULT get_UseAlphaBand(
  Boolean* pUse
);
[C++]
HRESULT put_UseAlphaBand(
  VARIANT_BOOL pUse
);
[C++]
Parameters
pUse [out, retval]

pUse is a parameter of type bool* pUse [in]
pUse is a parameter of type bool

Product Availability

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

See Also

IRasterRGBRenderer2 Interface