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


IWMSMapLayer.TransparentBackground Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Carto)  

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