ArcObjects Library Reference (Carto)  

IRasterBasemapLayer.Transparency Property

The transparency of Basemap Layer.

[Visual Basic .NET]
Public Property Transparency As Short
[C#]
public short Transparency {get; set;}
[C++]
HRESULT get_Transparency(
  short* pAlpha
);
[C++]
HRESULT put_Transparency(
  short pAlpha
);
[C++]

Parameters

pAlpha [out, retval]   pAlpha is a parameter of type short pAlpha [in]   pAlpha is a parameter of type short

Product Availability

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

See Also

IRasterBasemapLayer Interface