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


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

IRasterRGBRenderer.UseGreenBand Property

Indicates if the green band is used.

[Visual Basic .NET]
Public Property UseGreenBand As Boolean
[C#]
public bool UseGreenBand {get; set;}
[C++]
HRESULT get_UseGreenBand(
  Boolean* bBand
);
[C++]
HRESULT put_UseGreenBand(
  VARIANT_BOOL bBand
);
[C++]
Parameters
bBand [out, retval]

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

Product Availability

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

See Also

IRasterRGBRenderer Interface