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


IRasterStretch.BackgroundValues Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IRasterStretch.BackgroundValues Property

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

Product Availability

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

See Also

IRasterStretch Interface