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


IRasterDefaultsEnv.Set4BandRGB Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IRasterDefaultsEnv.Set4BandRGB Method

Default zero indexed bands for a 4 or more band raster.

[Visual Basic .NET]
Public Sub Set4BandRGB ( _
    ByVal redIndex As Integer, _
    ByVal greenIndex As Integer, _
    ByVal blueIndex As Integer _
)
[C#]
public void Set4BandRGB (
    int redIndex,
    int greenIndex,
    int blueIndex
);
[C++]
HRESULT Set4BandRGB(
  long redIndex,
  long greenIndex,
  long blueIndex
);
[C++]

Parameters redIndex [in] redIndex is a parameter of type long greenIndex [in] greenIndex is a parameter of type long blueIndex [in] blueIndex is a parameter of type long

Product Availability

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

See Also

IRasterDefaultsEnv Interface