This document is archived and information here might be outdated. Recommended version. |
Layer transparency in percent (0-100).
[Visual Basic .NET]
Public Property Transparency As Short
[C#]
public short Transparency {get; set;}
[C++]
HRESULT get_Transparency(
System.Int16* alpha
);
[C++]
HRESULT put_Transparency(
short alpha
);
[C++] Parameters alpha [out, retval]
alpha is a parameter of type short* alpha [in]
alpha is a parameter of type short
When you set Transparency for a FeatureLayer, a TransparencyDisplayFilter is created and applied to the layer. You can accomplish the same effect by manually creating a new TransparencyDisplayFilter using IDisplayFilter, and then assigning it to a layer using IDisplayFilterManager.