ArcObjects Library Reference (Carto)  

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(
  VARIANT_BOOL* bBand
);
[C++]
HRESULT put_UseGreenBand(
  VARIANT_BOOL bBand
);
[C++]

Parameters

bBand [out, retval]   bBand is a parameter of type VARIANT_BOOL bBand [in]   bBand is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IRasterRGBRenderer Interface