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


IRasterRGBRenderer.GreenBandIndex 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.GreenBandIndex Property
ArcGIS Developer Help

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(
  System.Int32* 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