This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRasterStretch Interface > IRasterStretch.BackgroundValues Property (ArcObjects .NET 10.4 SDK) |
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(
double* pBkg
);
[C++]
HRESULT put_BackgroundValues(
double* pBkg
);
[C++]
Parameters pBkg [out, retval] pBkg is a parameter of type double pBkg [in] pBkg is a parameter of type double