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


IWMSMapLayer.TransparentBackground Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IW > IWMSMapLayer Interface > IWMSMapLayer.TransparentBackground Property
ArcGIS Developer Help

IWMSMapLayer.TransparentBackground Property

Indicates whether to make the background of the WMS Map Layer image transparent.

[Visual Basic .NET]
Public Property TransparentBackground As Boolean
[C#]
public bool TransparentBackground {get; set;}
[C++]
HRESULT get_TransparentBackground(
  Boolean* transparent
);
[C++]
HRESULT put_TransparentBackground(
  VARIANT_BOOL transparent
);
[C++]
Parameters
transparent [out, retval]

transparent is a parameter of type bool* transparent [in]
transparent is a parameter of type bool

Product Availability

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

See Also

IWMSMapLayer Interface