This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRasterDefaultsEnv Interface > IRasterDefaultsEnv.Set3BandRGB Method (ArcObjects .NET 10.5 SDK) |
Default zero indexed bands for a 3 band raster.
[Visual Basic .NET] Public Sub Set3BandRGB ( _ ByVal redIndex As Integer, _ ByVal greenIndex As Integer, _ ByVal blueIndex As Integer _ )
[C#] public void Set3BandRGB ( int redIndex, int greenIndex, int blueIndex );
[C++]
HRESULT Set3BandRGB(
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