ArcObjects Library Reference (Carto)  

IRasterRGBRenderer.GreenBandIndex Property

Band to be represented in green.

[Visual Basic .NET]
Public Property GreenBandIndex As Integer
[C#]
public int GreenBandIndex {get; set;}
[C++]
HRESULT get_GreenBandIndex(
  long* greenIndex
);
[C++]
HRESULT put_GreenBandIndex(
  long greenIndex
);
[C++]

Parameters

greenIndex [out, retval]   greenIndex is a parameter of type long greenIndex [in]   greenIndex is a parameter of type long

Product Availability

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

See Also

IRasterRGBRenderer Interface