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


IMosaicFunction2.BackgroundRaster Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IMosaicFunction2.BackgroundRaster Property

The background raster.

[Visual Basic .NET]
Public Property BackgroundRaster As IRaster
[C#]
public IRaster BackgroundRaster {get; set;}
[C++]
HRESULT get_BackgroundRaster(
  IRaster** ppRaster
);
[C++]
HRESULT putref_BackgroundRaster(
  IRaster* ppRaster
);
[C++]

Parameters ppRaster [out, retval]
ppRaster is a parameter of type IRaster ppRaster [in]
ppRaster is a parameter of type IRaster

Product Availability

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

See Also

IMosaicFunction2 Interface