ArcObjects Library Reference (Carto)  

IRasterDefaultsEnv5.SetBackgroundValues Method

background value.

[Visual Basic .NET]
Public Sub SetBackgroundValues ( _
    ByVal Red As Double, _
    ByVal Green As Double, _
    ByVal Blue As Double _
)
[C#]
public void SetBackgroundValues (
    double Red,
    double Green,
    double Blue
);
[C++]
HRESULT SetBackgroundValues(
  double Red,
  double Green,
  double Blue
);
[C++]

Parameters

Red [in]   Red is a parameter of type double Green [in]   Green is a parameter of type double Blue [in]   Blue is a parameter of type double

Product Availability

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

See Also

IRasterDefaultsEnv5 Interface