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


IRGB32PixelResampler.Background Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRGB32PixelResampler Interface > IRGB32PixelResampler.Background Property
ArcGIS Developer Help

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