ArcObjects Library Reference (DataSourcesRaster)  

IRGB32PixelResampler.Background Property

The background value.

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

Parameters

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

Product Availability

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

See Also

IRGB32PixelResampler Interface