This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapCacheToRasterFunctionArgument Interface > IMapCacheToRasterFunctionArgument.TransparentColor Property (ArcObjects .NET 10.4 SDK) |
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