Layer transparency in percent (0-100).
[Visual Basic .NET] Public Property Transparency As Short
[C#] public short Transparency {get; set;}
[C++]
HRESULT get_Transparency(
short* 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
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Remarks
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.