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.