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


IMapCacheToRasterFunctionArgument.BackgroundColor Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapCacheToRasterFunctionArgument Interface > IMapCacheToRasterFunctionArgument.BackgroundColor Property
ArcGIS Developer Help

IMapCacheToRasterFunctionArgument.BackgroundColor Property

Set the background color.

[Visual Basic .NET]
Public Property BackgroundColor As IColor
[C#]
public IColor BackgroundColor {get; set;}
[C++]
HRESULT get_BackgroundColor(
  IColor* ppBackgroundColor
);
[C++]
HRESULT putref_BackgroundColor(
  IColor** ppBackgroundColor
);
[C++]
Parameters
ppBackgroundColor [in]

ppBackgroundColor is a parameter of type IColor* ppBackgroundColor [out, retval]
ppBackgroundColor is a parameter of type IColor**

Product Availability

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

See Also

IMapCacheToRasterFunctionArgument Interface