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


IRasterDefaultsEnv5.QueryBackgroundValues Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IRasterDefaultsEnv5.QueryBackgroundValues Method

background value.

[Visual Basic .NET]
Public Sub QueryBackgroundValues ( _
    ByRef pRed As Double, _
    ByRef pGreen As Double, _
    ByRef pBlue As Double _
)
[C#]
public void QueryBackgroundValues (
    ref double pRed,
    ref double pGreen,
    ref double pBlue
);
[C++]
HRESULT QueryBackgroundValues(
  double* pRed,
  double* pGreen,
  double* pBlue
);
[C++]

Parameters pRed [out] pRed is a parameter of type double pGreen [out] pGreen is a parameter of type double pBlue [out] pBlue is a parameter of type double

Product Availability

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

See Also

IRasterDefaultsEnv5 Interface