ArcObjects Library Reference (DataSourcesRaster)  

IRasterLoader.Background Property

The background value to filtered.

[Visual Basic .NET]
Public Property Background As Object
[C#]
public object Background {get; set;}
[C++]
HRESULT get_Background(
  VARIANT* Background
);
[C++]
HRESULT put_Background(
  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

IRasterLoader Interface