This document is archived and information here might be outdated. Recommended version. |
Indicates whether an array of background values is being used.
[Visual Basic .NET]
Public Property BackgroundValues As Double
[C#]
public double BackgroundValues {get; set;}
[C++]
HRESULT get_BackgroundValues(
System.Double* pBkg
);
[C++]
HRESULT put_BackgroundValues(
System.Double* pBkg
);
[C++] Parameters pBkg [out, retval]
pBkg is a parameter of type double* pBkg [in]
pBkg is a parameter of type double*