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


ITextureFillSymbol.BitmapTransparencyColor Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IT > ITextureFillSymbol Interface > ITextureFillSymbol.BitmapTransparencyColor Property
ArcGIS Developer Help

ITextureFillSymbol.BitmapTransparencyColor Property

Color within bitmap indicating transparency.

[Visual Basic .NET]
Public Property BitmapTransparencyColor As IColor
[C#]
public IColor BitmapTransparencyColor {get; set;}
[C++]
HRESULT get_BitmapTransparencyColor(
  IColor* Color
);
[C++]
HRESULT put_BitmapTransparencyColor(
  IColor** Color
);
[C++]
Parameters
Color [in]

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.

See Also

ITextureFillSymbol Interface