ArcObjects Library Reference (Carto)  

IRasterStretch2.BackgroundValue Property

The list of background value(s).

[Visual Basic .NET]
Public Property BackgroundValue As Object
[C#]
public object BackgroundValue {get; set;}
[C++]
HRESULT get_BackgroundValue(
  VARIANT* Background
);
[C++]
HRESULT put_BackgroundValue(
  VARIANT Background
);
[C++]

Parameters

Background [out, retval]   Background is a parameter of type VARIANT Background [in]   Background is a parameter of type VARIANT

Product Availability

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

See Also

IRasterStretch2 Interface