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


IMapCacheToRasterFunctionArgument.TransparentColor 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.TransparentColor Property
ArcGIS Developer Help

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 [in]

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

Product Availability

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

See Also

IMapCacheToRasterFunctionArgument Interface