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