ArcObjects Library Reference (Carto)  

IMapCacheToRasterFunctionArgument.TransparentColor Property

Set the transparent color.

[Visual Basic .NET]
Public Property TransparentColor As IColor
[C#]
public IColor TransparentColor {get; set;}
[C++]
HRESULT get_TransparentColor(
  IColor** ppTransparentColor
);
[C++]
HRESULT putref_TransparentColor(
  IColor* ppTransparentColor
);
[C++]

Parameters

ppTransparentColor [out, retval]

  ppTransparentColor is a parameter of type IColor

ppTransparentColor [in]

  ppTransparentColor is a parameter of type IColor

Product Availability

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

See Also

IMapCacheToRasterFunctionArgument Interface