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


IRasterStretch2.BackgroundValue Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRasterStretch2 Interface > IRasterStretch2.BackgroundValue Property
ArcGIS Developer Help

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